diff --git a/README.md b/README.md
index 99bfc3d..e8e9540 100644
--- a/README.md
+++ b/README.md
@@ -198,11 +198,11 @@ choose which.
-## [class](936f) `foo-random:foo-random-state` ()
+## [class](7e0a) `foo-random:foo-random-state` ()
-## [reader](1e16) `foo-random:state` (foo-random-state) ()
+## [reader](ac3a) `foo-random:state` (foo-random-state) ()
Returns random foo's state.
@@ -210,24 +210,24 @@ Hey we can also print states!
-## [method](a564) `common-lisp:print-object` (object foo-random-state) stream
+## [method](9a0f) `common-lisp:print-object` (object foo-random-state) stream
-## [variable](4a0c) `foo-random:*foo-state*` #
+## [variable](0247) `foo-random:*foo-state*` #
Much like `*RANDOM-STATE*` but uses the `FOO` algorithm.
-## [function](bfa6) `foo-random:gaussian-random` stddev &key (random-state \*foo-state\*)
+## [function](8df1) `foo-random:gaussian-random` stddev &key (random-state \*foo-state\*)
Return not a random number from a zero mean normal distribution with
`STDDEV`.
-## [function](4e37) `foo-random:uniform-random` limit &key (random-state \*foo-state\*)
+## [function](ec39) `foo-random:uniform-random` limit &key (random-state \*foo-state\*)
Return a random number from the between 0 and `LIMIT` (exclusive)
uniform distribution.
@@ -250,12 +250,12 @@ with `FOO`:
```
[2133]: #x-28FOO-RANDOM-3A-2AFOO-STATE-2A-20-28VARIABLE-29-29
-[936f]: https://github.com/40ants/doc/blob/bc58b407f6c6738b33d34c954ddcb4e984d4967e/full/tutorial.lisp#L35
-[1e16]: https://github.com/40ants/doc/blob/bc58b407f6c6738b33d34c954ddcb4e984d4967e/full/tutorial.lisp#L36
-[a564]: https://github.com/40ants/doc/blob/bc58b407f6c6738b33d34c954ddcb4e984d4967e/full/tutorial.lisp#L39
-[4a0c]: https://github.com/40ants/doc/blob/bc58b407f6c6738b33d34c954ddcb4e984d4967e/full/tutorial.lisp#L42
-[4e37]: https://github.com/40ants/doc/blob/bc58b407f6c6738b33d34c954ddcb4e984d4967e/full/tutorial.lisp#L45
-[bfa6]: https://github.com/40ants/doc/blob/bc58b407f6c6738b33d34c954ddcb4e984d4967e/full/tutorial.lisp#L51
+[7e0a]: https://github.com/40ants/doc/blob/8c0063f77bbc5dab810e3d5439f54daed9b3cf76/full/tutorial.lisp#L35
+[ac3a]: https://github.com/40ants/doc/blob/8c0063f77bbc5dab810e3d5439f54daed9b3cf76/full/tutorial.lisp#L36
+[9a0f]: https://github.com/40ants/doc/blob/8c0063f77bbc5dab810e3d5439f54daed9b3cf76/full/tutorial.lisp#L39
+[0247]: https://github.com/40ants/doc/blob/8c0063f77bbc5dab810e3d5439f54daed9b3cf76/full/tutorial.lisp#L42
+[ec39]: https://github.com/40ants/doc/blob/8c0063f77bbc5dab810e3d5439f54daed9b3cf76/full/tutorial.lisp#L45
+[8df1]: https://github.com/40ants/doc/blob/8c0063f77bbc5dab810e3d5439f54daed9b3cf76/full/tutorial.lisp#L51
````
`MGL-PAX` supported the plain text format which was more readble when viewed
from a simple text editor, but I've dropped support for plain text in this fork