Skip to content

Commit

Permalink
Fixed URLs in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentbartholdi committed Apr 21, 2016
1 parent ab86122 commit d237da0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
8 changes: 4 additions & 4 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
SetPackageInfo( rec(
PackageName := "fr",
Subtitle := "Computations with functionally recursive groups",
Version := "2.3.5",
Date := "13/03/2016",
Version := "2.3.6",
Date := "21/04/2016",
## <#GAPDoc Label="Version">
## <!ENTITY Version "2.3.5">
## <!ENTITY Date "13/03/2016">
## <!ENTITY Version "2.3.6">
## <!ENTITY Date "21/04/2016">
## <#/GAPDoc>

Persons := [
Expand Down
13 changes: 5 additions & 8 deletions doc/fr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,14 @@
<URL>http://gap-system.org</URL>.
<P/>
This documentation for <Package>FR</Package> is available at
<URL>http://laurentbartholdi.github.com/fr/manual.pdf</URL> in PDF
<URL>http://www.gap-system.org/Manuals/pkg/fr-&Version;/doc/manual.pdf</URL> in PDF
format, and may be accessed online at
<URL>http://laurentbartholdi.github.com/fr/</URL>.
<URL>http://gap-packages.github.io/fr/</URL>.
<P/>
The latest release of the package may be downloaded as
<URL>https://github.com/laurentbartholdi/fr/archive/&Version;.tar.gz</URL> (tar, gzipped) and <URL>https://github.com/laurentbartholdi/fr/archive/&Version;.zip</URL> (zip). The latest repository version (possibly unstable) may be downloaded as <URL>https://github.com/laurentbartholdi/fr/tarball/master</URL> (tar, gzipped),
<URL>https://github.com/laurentbartholdi/fr.git</URL> (git repository), or
explored at <URL>https://github.com/laurentbartholdi/fr/tree/master/</URL>.
<P/>
The last source compatible with GAP 4.4.12 may be downloaded as
<URL>https://github.com/downloads/laurentbartholdi/fr/fr-1.1.2.tar.gz</URL> (tar, gzipped).
<URL>https://github.com/gap-packages/fr/archive/&Version;.tar.gz</URL> (tar, gzipped) and <URL>https://github.com/gap-packages/fr/archive/&Version;.zip</URL> (zip). The latest repository version (possibly unstable) may be downloaded as <URL>https://github.com/gap-packages/fr/tarball/master</URL> (tar, gzipped),
<URL>https://github.com/gap-packages/fr.git</URL> (git repository), or
explored at <URL>https://github.com/gap-packages/fr/tree/master/</URL>.
</Alt>
<P/>
Groups defined by a recursive action on a rooted tree can
Expand Down

0 comments on commit d237da0

Please sign in to comment.