summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2018-06-15 10:52:21 +0200
committerYorhel <git@yorhel.nl>2018-06-15 10:52:21 +0200
commitcfc656bf12524ee601a9814ce5521f91edb93a66 (patch)
tree5ce4a7e2596a58c04cb945d7742aebda16618b29 /www
parent7bb4397f9b050130905b65d8138b358d09db788c (diff)
Convert README to markdown + update git URLs
Diffstat (limited to 'www')
-rwxr-xr-xwww/index.pl18
1 files changed, 9 insertions, 9 deletions
diff --git a/www/index.pl b/www/index.pl
index ce3bd5a..58a594e 100755
--- a/www/index.pl
+++ b/www/index.pl
@@ -181,10 +181,10 @@ sub about {
passed through <a href="http://www.gnu.org/software/groff/">groff</a> to
render them in (mostly) the same way as they are displayed in your terminal.
<br /><br />
- This website is <a href="https://g.blicky.net/manned.git/">open source</a>
- (MIT licensed) and written in a combination of Perl and Rust. The entire
- PostgreSQL database is available for download (see "Database download"
- below).
+ This website is <a href="https://code.blicky.net/yorhel/manned">open
+ source</a> (MIT licensed) and written in a combination of Perl and Rust. The
+ entire PostgreSQL database is available for download (see "Database
+ download" below).
_
end;
@@ -317,10 +317,10 @@ sub about {
<a href="/wget">wget's -c</a> or <a href="/curl">curl's -C</a>.
<br /><br />
The database schema is "documented" at <a
- href="https://g.blicky.net/manned.git/tree/sql/schema.sql">schema.sql</a> in
- the git repo. Note that these dumps don't constitute a stable API and, while
- this won't happen frequently, incompatible schema changes or Postgres major
- version bumps may occur.
+ href="https://code.blicky.net/yorhel/manned/src/branch/master/sql/schema.sql">schema.sql</a>
+ in the git repo. Note that these dumps don't constitute a stable API and,
+ while this won't happen frequently, incompatible schema changes or Postgres
+ major version bumps may occur.
_
end;
@@ -885,7 +885,7 @@ sub htmlFooter {
lit 'All manual pages are copyrighted by their respective authors.
| <a href="/info/about">About manned.org</a>
| <a href="mailto:contact@manned.org">Contact</a>
- | <a href="https://g.blicky.net/manned.git/">Source</a>';
+ | <a href="https://code.blicky.net/yorhel/manned">Source</a>';
end;
script type => 'text/javascript', src => '/man.js', '';
end;