summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorStuart Stock <stuart@int08h.com>2018-10-27 14:30:30 -0500
committerStuart Stock <stuart@int08h.com>2018-10-27 14:30:30 -0500
commit9bd014d9225e5d9d408df4205ee0a4edd48dcd3f (patch)
tree63a86729d87bd74fa041cdd26d8f7f3581fff0a4 /CHANGELOG.md
parentff90f0d8a4648048d94a8b13ced0f697c8df0b71 (diff)
downloadroughenough-9bd014d9225e5d9d408df4205ee0a4edd48dcd3f.zip
Update documentation references to point to master
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1c1a0cc..c9eb63c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,9 @@
## Version 1.1.0
* Optional HTTP health check (requested in #8), see the
- [feature's documentation](https://github.com/int08h/roughenough/blob/doc/OPTIONAL-FEATURES.md#http-health-check)
+ [feature's documentation](https://github.com/int08h/roughenough/blob/master/doc/OPTIONAL-FEATURES.md#http-health-check)
* Support AWS and Google Key Management Systems (KMS) to protect the server's long-term key.
- See the [KMS documentation](https://github.com/int08h/roughenough/blob/doc/OPTIONAL-FEATURES.md#key-management-system-kms-support).
+ See the [KMS documentation](https://github.com/int08h/roughenough/blob/master/doc/OPTIONAL-FEATURES.md#key-management-system-kms-support).
* Numerous refactorings and clean ups to support fuzzing of
server components (b801eda, thanks to @Aaron1011)
@@ -43,4 +43,4 @@ Thanks to @Aaron1011's work, Roughenough has 1.0 level of functionality.
* Server batches responses and signs Merkle tree root (3471e04, ee38933f, and 31bf8b3)
* `mio` error handling improvement (613fb01f)
-* Build on Rust Nightly (350b23a) \ No newline at end of file
+* Build on Rust Nightly (350b23a)