Add additional links to documentation where relevant to 1.0.0 changes.
diff --git a/_releases/1.0.0.md b/_releases/1.0.0.md
index 2ee818b..9e871b3 100644
--- a/_releases/1.0.0.md
+++ b/_releases/1.0.0.md
@@ -49,7 +49,8 @@
 
 ### Support for user groups
 
-Guacamole now supports granting permissions based on group membership. While
+Guacamole now supports [granting permissions based on group
+membership](/doc/1.0.0/gug/administration.html#user-group-management). While
 this has been supported to a degree for some time via LDAP and the `seeAlso`
 attribute, groups can now be defined and used within a database, with LDAP and
 a database combined, or within other extensions using Guacamole's extension
@@ -141,7 +142,10 @@
 
 By default, the filesystem and printer made available within RDP connections
 are named "Guacamole Filesystem" and "Guacamole Printer" respectively. Support
-has been added to override these names.
+has been added to override these names with [the `drive-name` and
+`printer-name`
+parameters](/doc/1.0.0/gug/configuring-guacamole.html#rdp-device-redirection)
+respectively.
 
  * [GUACAMOLE-445](https://issues.apache.org/jira/browse/GUACAMOLE-445) - Allow RDP printer name to be configured
  * [GUACAMOLE-446](https://issues.apache.org/jira/browse/GUACAMOLE-446) - Allow RDP drive name to be configured
@@ -150,7 +154,10 @@
 ### Configurable terminal color schemes
 
 The Guacamole terminal now allows for finer control of terminal color
-schemes by allowing for the individual colors of a scheme to be customized.
+schemes by allowing for the individual colors of a scheme to be customized
+through [the existing `color-scheme`
+parameter](/doc/1.0.0/gug/configuring-guacamole.html#ssh-display-settings). The
+behavior of this parameter is the same for both SSH and telnet.
 
  * [GUACAMOLE-470](https://issues.apache.org/jira/browse/GUACAMOLE-470) - Make individual terminal colors configurable through "color-scheme" parameter
 
@@ -265,11 +272,12 @@
 
 ### Control of RDP bitmap and glyph caching
 
-Parameters have been added to RDP connections that allow for controlling
-how the RDP protocol behaves for caching bitmaps, glyphs, and other off-screen
-data. The default behavior remains unchanged, with caching of all of these
-items enabled, however these parameters are available to workaround issues if
-your RDP server handles such caching incorrectly.
+Parameters have been added to RDP connections that allow for [controlling how
+the RDP protocol behaves for caching bitmaps, glyphs, and other off-screen
+data](/doc/1.0.0/gug/configuring-guacamole.html#rdp-perf-flags). The default
+behavior remains unchanged, with caching of all of these items enabled, however
+these parameters are available to workaround issues if your RDP server handles
+such caching incorrectly.
 
  * [GUACAMOLE-448](https://issues.apache.org/jira/browse/GUACAMOLE-448) - Add parameters for controlling RDP bitmap/glyph/off-screen caching