diff options
author | 2012-01-20 18:58:59 +0000 | |
---|---|---|
committer | 2012-01-20 18:59:12 +0000 | |
commit | e821f4eb3b1a9f8f6d52b3c81ababd5aaf54963c (patch) | |
tree | 7690ab918d61a235e26421f29d1a4badf322634b | |
parent | 7ab91ff320b8ad27ebb7fc2b6944d738f8ff9b51 (diff) | |
download | paludis-e821f4eb3b1a9f8f6d52b3c81ababd5aaf54963c.tar.gz paludis-e821f4eb3b1a9f8f6d52b3c81ababd5aaf54963c.tar.xz |
Fix cgit urls.
-rw-r--r-- | doc/Makefile.am | 2 | ||||
-rw-r--r-- | doc/index.html.part.in | 2 | ||||
-rw-r--r-- | doc/overview/gettingstarted.html.part | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 2839eb995..4027fdb7a 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -96,7 +96,7 @@ changelog.subst : -e 's,&,\&,g' \ -e 's,<,\<,g' \ -e 's,>,\>,g' \ - -e 's,\([[:blank:][:punct:]]\)\?\([0-9a-f]\{40\}\)\([[:blank:][:punct:]]\)\?,\1<a href="http://git.exherbo.org/?p=paludis/paludis.git;a=commit;h=\2">\2</a>,g' \ + -e 's,\([[:blank:][:punct:]]\)\?\([0-9a-f]\{40\}\)\([[:blank:][:punct:]]\)\?,\1<a href="http://git.exherbo.org/paludis/paludis.git/commit/?id=\2">\2</a>,g' \ -e 's,ticket:\([0-9]\+\),<a href="http://trac.pioto.org/paludis/ticket/\1">ticket:\1</a>,g' \ > changelog.subst diff --git a/doc/index.html.part.in b/doc/index.html.part.in index 89d618d21..3fb41e7d5 100644 --- a/doc/index.html.part.in +++ b/doc/index.html.part.in @@ -10,7 +10,7 @@ href="changelog.html">changelog</a>.</li> <li>You should generally install Paludis using your distribution's package manager, rather than by hand. However, if you can't do that, you can <a href="http://paludis.exherbo.org/download/">download Paludis</a> or - <a href="http://git.exherbo.org/?p=paludis/paludis.git">browse the source</a>.</li> + <a href="http://git.exherbo.org/paludis/paludis.git/">browse the source</a>.</li> </ul> <h2>Overview</h2> diff --git a/doc/overview/gettingstarted.html.part b/doc/overview/gettingstarted.html.part index f59505af9..08d9dba47 100644 --- a/doc/overview/gettingstarted.html.part +++ b/doc/overview/gettingstarted.html.part @@ -53,7 +53,7 @@ except that the default is an empty string.</p> <h2 id="automatic">Automatically migrating</h2> <p>The <a - href="http://git.exherbo.org/?p=paludis/paludis-scripts.git;a=blob_plain;f=portage2paludis.bash">portage2paludis</a> + href="http://git.exherbo.org/paludis/paludis-scripts.git/plain/portage2paludis.bash">portage2paludis</a> script can be used to generate a Paludis configuration from an existing Portage configuration. <strong>It is important that you check all the configuration files generated by this script by hand; you should not assume that it will always get everything perfectly correct.</strong> Some notes:</p> |