diff --git a/ChangeLog.md b/ChangeLog.md
index b2c063b..778db65 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -2,17 +2,11 @@
# ChangeLog
-
+
-## 0.17.3 (2024-05-15)
+## 0.17.4 (2024-05-15)
-* Update 2
-
-
-
-## 0.17.3 (2024-05-15)
-
-* Update 2
+* Update 5
diff --git a/README.md b/README.md
index 9ff1565..9d78b55 100644
--- a/README.md
+++ b/README.md
@@ -198,11 +198,11 @@ choose which.
-## [class](9e71) `foo-random:foo-random-state` ()
+## [class](eb01) `foo-random:foo-random-state` ()
-## [reader](d234) `foo-random:state` (foo-random-state) ()
+## [reader](d984) `foo-random:state` (foo-random-state) ()
Returns random foo's state.
@@ -210,24 +210,24 @@ Hey we can also print states!
-## [method](214f) `common-lisp:print-object` (object foo-random-state) stream
+## [method](8445) `common-lisp:print-object` (object foo-random-state) stream
-## [variable](99ec) `foo-random:*foo-state*` #
+## [variable](24f3) `foo-random:*foo-state*` #
Much like `*RANDOM-STATE*` but uses the `FOO` algorithm.
-## [function](59e6) `foo-random:gaussian-random` stddev &key (random-state \*foo-state\*)
+## [function](bc6b) `foo-random:gaussian-random` stddev &key (random-state \*foo-state\*)
Return not a random number from a zero mean normal distribution with
`STDDEV`.
-## [function](5704) `foo-random:uniform-random` limit &key (random-state \*foo-state\*)
+## [function](7079) `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
-[9e71]: https://github.com/40ants/doc/blob/b3aa9cf3d2ff9a3d01da2fd7aa549075daafe42c/full/tutorial.lisp#L35
-[d234]: https://github.com/40ants/doc/blob/b3aa9cf3d2ff9a3d01da2fd7aa549075daafe42c/full/tutorial.lisp#L36
-[214f]: https://github.com/40ants/doc/blob/b3aa9cf3d2ff9a3d01da2fd7aa549075daafe42c/full/tutorial.lisp#L39
-[99ec]: https://github.com/40ants/doc/blob/b3aa9cf3d2ff9a3d01da2fd7aa549075daafe42c/full/tutorial.lisp#L42
-[5704]: https://github.com/40ants/doc/blob/b3aa9cf3d2ff9a3d01da2fd7aa549075daafe42c/full/tutorial.lisp#L45
-[59e6]: https://github.com/40ants/doc/blob/b3aa9cf3d2ff9a3d01da2fd7aa549075daafe42c/full/tutorial.lisp#L51
+[eb01]: https://github.com/40ants/doc/blob/b1cea727b9cee9e232bffe2433007042e801fdc9/full/tutorial.lisp#L35
+[d984]: https://github.com/40ants/doc/blob/b1cea727b9cee9e232bffe2433007042e801fdc9/full/tutorial.lisp#L36
+[8445]: https://github.com/40ants/doc/blob/b1cea727b9cee9e232bffe2433007042e801fdc9/full/tutorial.lisp#L39
+[24f3]: https://github.com/40ants/doc/blob/b1cea727b9cee9e232bffe2433007042e801fdc9/full/tutorial.lisp#L42
+[7079]: https://github.com/40ants/doc/blob/b1cea727b9cee9e232bffe2433007042e801fdc9/full/tutorial.lisp#L45
+[bc6b]: https://github.com/40ants/doc/blob/b1cea727b9cee9e232bffe2433007042e801fdc9/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