summaryrefslogtreecommitdiff
path: root/doc/gf-developers.t2t
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2012-09-11 19:08:50 +0000
committerhallgren <hallgren@chalmers.se>2012-09-11 19:08:50 +0000
commit38db61e34f53c6245f38915d272362ca34711d91 (patch)
tree5661a59538df098e5ae311398a4b263ad6d47524 /doc/gf-developers.t2t
parent8323e78b996f2a80f8f8e575d2d28dbaa35ad4a8 (diff)
doc/gf-developers: a few more small fixes
Diffstat (limited to 'doc/gf-developers.t2t')
-rw-r--r--doc/gf-developers.t2t6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/gf-developers.t2t b/doc/gf-developers.t2t
index 3181f6243..9f87fa946 100644
--- a/doc/gf-developers.t2t
+++ b/doc/gf-developers.t2t
@@ -173,14 +173,14 @@ patch directly from darcs. If so, replace ``-o mypatch.patch`` with
=== Read-write access ===
-If you have a user account on www.grammaticalframework.org, you can
+If you have a user account on ``www.grammaticalframework.org``, you can
get read-write access over SSH to the GF repository.
==== Getting a fresh copy ====
Get your copy with (all on one line),
-replacing ``bringert`` with your own username on code.haskell.org:
+replacing ``bringert`` with your own username on ``www.grammaticalframework.org``:
```
$ darcs get --lazy --set-scripts-executable bringert@www.grammaticalframework.org:/usr/local/www/GF/ gf
@@ -328,7 +328,7 @@ On Windows this is ``C:\Program Files\Haskell\bin``.
The compiled GF Resource Grammar Library will be installed
under the same prefix, e.g. in
``$HOME/.cabal/share/gf-3.3.3/lib`` on Linux and
-in ``C:\Program Files\Haskell\gf-3.1\lib`` on Windows.
+in ``C:\Program Files\Haskell\gf-3.3.3\lib`` on Windows.
If you want to install in some other place then use the ``--prefix``
option during the configuration phase.