diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-12-24 14:09:05 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-12-24 14:09:05 -0500 |
commit | 10ac8491c370b683b0e3fad8150462407719957a (patch) | |
tree | 091ce9f573ea7a5516adb3b78bb063c6621b7287 | |
parent | c91051d3c68b1805b3e9777990334398d3138d18 (diff) | |
download | piem-10ac8491c370b683b0e3fad8150462407719957a.tar.gz |
piem-inboxes: Document that :url must include trailing slash
-rw-r--r-- | piem.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ list that supports the following properties: :coderepo Local path of the code repository associated with the inbox. :url - A URL hosting HTTPS archives. + A URL hosting HTTPS archives. This value must end with a slash. Here's an example for the public-inbox project itself: |