diff options
| author | hallgren <hallgren@chalmers.se> | 2012-09-11 19:08:50 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2012-09-11 19:08:50 +0000 |
| commit | 38db61e34f53c6245f38915d272362ca34711d91 (patch) | |
| tree | 5661a59538df098e5ae311398a4b263ad6d47524 /doc/gf-developers.html | |
| parent | 8323e78b996f2a80f8f8e575d2d28dbaa35ad4a8 (diff) | |
doc/gf-developers: a few more small fixes
Diffstat (limited to 'doc/gf-developers.html')
| -rw-r--r-- | doc/gf-developers.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/gf-developers.html b/doc/gf-developers.html index c59b06b96..7062db919 100644 --- a/doc/gf-developers.html +++ b/doc/gf-developers.html @@ -9,7 +9,7 @@ <CENTER> <H1><a href="../"><IMG src="../doc/Logos/gf0.png"></a>GF Developers Guide</H1> <FONT SIZE="4"><I>Authors: Björn Bringert, Krasimir Angelov and Thomas Hallgren</I></FONT><BR> -<FONT SIZE="4">Last update: 2012-09-11, 20:40</FONT> +<FONT SIZE="4">Last update: 2012-09-11, 21:01</FONT> </CENTER> <P></P> @@ -256,7 +256,7 @@ patch directly from darcs. If so, replace <CODE>-o mypatch.patch</CODE> with <H3>Read-write access</H3> <P> -If you have a user account on <A HREF="http://www.grammaticalframework.org">www.grammaticalframework.org</A>, you can +If you have a user account on <CODE>www.grammaticalframework.org</CODE>, you can get read-write access over SSH to the GF repository. </P> @@ -264,7 +264,7 @@ get read-write access over SSH to the GF repository. <P> Get your copy with (all on one line), -replacing <CODE>bringert</CODE> with your own username on code.haskell.org: +replacing <CODE>bringert</CODE> with your own username on <CODE>www.grammaticalframework.org</CODE>: </P> <PRE> @@ -450,7 +450,7 @@ On Windows this is <CODE>C:\Program Files\Haskell\bin</CODE>. The compiled GF Resource Grammar Library will be installed under the same prefix, e.g. in <CODE>$HOME/.cabal/share/gf-3.3.3/lib</CODE> on Linux and -in <CODE>C:\Program Files\Haskell\gf-3.1\lib</CODE> on Windows. +in <CODE>C:\Program Files\Haskell\gf-3.3.3\lib</CODE> on Windows. </P> <P> If you want to install in some other place then use the <CODE>--prefix</CODE> |
