diff --git a/libraries/networking/src/AddressManager.h b/libraries/networking/src/AddressManager.h
index 8bdb777f96..148c4f8580 100644
--- a/libraries/networking/src/AddressManager.h
+++ b/libraries/networking/src/AddressManager.h
@@ -249,8 +249,9 @@ public slots:
* Takes you to a specified metaverse address.
* @function location.handleLookupString
* @param {string} address - The address to go to: a "hifi://"
address, an IP address (e.g.,
- * "127.0.0.1"
or "localhost"
), a domain name, a named path on a domain (starts with
- * "/"
), a position or position and orientation, or a user (starts with "@"
).
+ * "127.0.0.1"
or "localhost"
), a file:///
address, a domain name, a named path
+ * on a domain (starts with "/"
), a position or position and orientation, or a user (starts with
+ * "@"
).
* @param {boolean} [fromSuggestions=false] - Set to true
if the address is obtained from the "Goto" dialog.
* Helps ensure that user's location history is correctly maintained.
*/