Skip to content

Commit c001b8d

Browse files
committed
Fix links in features.md
1 parent 9c5b06a commit c001b8d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

features.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,9 @@ rich font and the ample [Emacs Unicode
116116
support](http://www.emacswiki.org/emacs/UnicodeEncoding) mechanisms.
117117

118118
Alternatively or additionally, you can use [Proof General's own Unicode
119-
Tokens mode](/components#unicodetokens) which provides a *presentation
120-
view* on the source text by rendering sequences of characters using
119+
Tokens mode](http://proofgeneral.inf.ed.ac.uk/components#unicodetokens)
120+
which provides a *presentation view*
121+
on the source text by rendering sequences of characters using
121122
symbols, fonts and positioning information (see the
122123
[screenshots](/screenshots) for examples.)
123124

@@ -157,14 +158,15 @@ proof assistant with surprisingly little effort.
157158
Adapting for a new proof assistant is mainly a matter of setting some
158159
variables with regular expressions to help parse output from the prover,
159160
and setting other variables with commands to send to the prover. See
160-
this basic [example
161-
instance](http://proofgeneral.inf.ed.ac.uk/fileshow.php?file=releases%2FProofGeneral%2Fdemoisa%2Fdemoisa-easy.el).
161+
this basic [example instance](https://github.com/ProofGeneral/PG/blob/master/obsolete/demoisa/demoisa-easy.el).
162162
To get the most from Proof General (proof by pointing, for example), it
163163
may be necessary to put some hooks in the output routines of the proof
164164
assistant.
165165

166+
{% comment %} TODO: remove
166167
Please feel free to download Proof General to customize it for a new
167168
system, and [tell us](/feedback) how you get on.
169+
{% endcomment %}
168170

169171
For (even) more details of Proof General's features, see the manuals and
170172
papers on the [documentation page](/doc).

0 commit comments

Comments
 (0)