The "known_hosts" file is called "ssh_known_hosts" within GUACAMOLE_HOME.
diff --git a/_releases/1.0.0.md b/_releases/1.0.0.md
index b469e0e..2ee818b 100644
--- a/_releases/1.0.0.md
+++ b/_releases/1.0.0.md
@@ -181,11 +181,12 @@
 as it has in the past and will allow the connection to succeed, though a
 warning will be logged.
 
-If host keys *are* provided (either in a `known_hosts` file within the
-`GUACAMOLE_HOME` directory on the server running guacd, or by passing in a
-parameter to the connection with the key of the specific server), host checking
-will be strictly enforced and the connection will only succeed if the host
-matches.
+If host keys *are* provided (either in [an `ssh_known_hosts` file within the
+`GUACAMOLE_HOME` directory](/doc/1.0.0/gug/configuring-guacamole.html#ssh-host-verification)
+on the server running guacd, or by passing [the `host-key`
+parameter](/doc/1.0.0/gug/configuring-guacamole.html#ssh-network-parameters) to
+the connection with the key of the specific server), host checking will be
+strictly enforced and the connection will only succeed if the host matches.
 
  * [GUACAMOLE-527](https://issues.apache.org/jira/browse/GUACAMOLE-527) - Add parameter for specifying known SSH/SFTP server host key