AUTHORS | 2 +- Documentation/dc-dlvr-spam-flow.txt | 2 +- README | 4 ++-- lib/PublicInbox/WwwStream.pm | 5 ++--- diff --git a/AUTHORS b/AUTHORS index 1ad02cd8d3f5a3888c12dcf0ce0a29318ed7dce1..46ca20cceaffb114fc735c901bd956154425cfb5 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,6 +1,6 @@ This list only includes major contributors. -See history in git (via `git clone https://public-inbox.org/public-inbox') +See history in git (via `git clone https://public-inbox.org/public-inbox.git') for a full history of the project. * Eric Wong (BDFL) diff --git a/Documentation/dc-dlvr-spam-flow.txt b/Documentation/dc-dlvr-spam-flow.txt index 81aba766ce8ffebc78369535ec73ed13bdfff487..d151d272d0aea390d6f08260ef06fe7a8ce738b6 100644 --- a/Documentation/dc-dlvr-spam-flow.txt +++ b/Documentation/dc-dlvr-spam-flow.txt @@ -45,4 +45,4 @@ * spamc / spamd - SpamAssassin: http://spamassassin.apache.org/ * report-spam / dc-dlvr - distributed with public-inbox in the scripts/ - directory: git clone https://public-inbox.org/ public-inbox + directory: git clone https://public-inbox.org/public-inbox.git diff --git a/README b/README index ffd433d8ee75fbb19a4c621b2643195f5cd60c54..f62a7e40a244fb5e4effd747af8fac4b9d8d6c49 100644 --- a/README +++ b/README @@ -91,8 +91,8 @@ ------- AGPL source code is available via git: - git clone https://public-inbox.org/ public-inbox - git clone git://repo.or.cz/public-inbox + git clone https://public-inbox.org/public-inbox.git + git clone https://repo.or.cz/public-inbox.git torsocks git clone http://hjrcffqmbrq6wope.onion/public-inbox See below for contact info. diff --git a/lib/PublicInbox/WwwStream.pm b/lib/PublicInbox/WwwStream.pm index f5338c39a67486d3569993d182b639c5ec6516bb..06c8f7d2c65ff87e16a682a466b6f5062446063b 100644 --- a/lib/PublicInbox/WwwStream.pm +++ b/lib/PublicInbox/WwwStream.pm @@ -11,8 +11,7 @@ use strict; use warnings; use PublicInbox::Hval qw(ascii_html); our $TOR_URL = 'https://www.torproject.org/'; -our $CODE_URL = 'https://public-inbox.org/'; -our $PROJECT = 'public-inbox'; +our $CODE_URL = 'https://public-inbox.org/public-inbox.git'; # noop for HTTP.pm (and any other PSGI servers) sub close {} @@ -80,7 +79,7 @@ sub code_footer ($) { my ($env) = @_; my $u = PublicInbox::Hval::prurl($env, $CODE_URL); - qq(AGPL code for this site: git clone $u $PROJECT) + qq(AGPL code for this site: git clone $u) } sub _html_end {