diff --git a/BUILD.md b/BUILD.md
index 87b9c14c7b..f441290c85 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -89,7 +89,7 @@ In the examples below the variable $NAME would be replaced by the name of the de
* $NAME_ROOT_DIR - pass this variable to Cmake with the -DNAME_ROOT_DIR= flag when running Cmake to generate build files
* $NAME_ROOT_DIR - set this variable in your ENV
-* HIFI_LIB_DIR - set this variable in your ENV to your High Fidelity lib folder, should contain a folder '$name'
+* HIFI_LIB_DIR - set this variable in your ENV to your Vircadia lib folder, should contain a folder '$name'
### Optional Components
diff --git a/BUILD_LINUX_CHEATSHEET.md b/BUILD_LINUX_CHEATSHEET.md
index 9e7534418a..9297f9fd7d 100644
--- a/BUILD_LINUX_CHEATSHEET.md
+++ b/BUILD_LINUX_CHEATSHEET.md
@@ -1,4 +1,7 @@
## This guide is specific to Ubuntu 16.04.
+
+THIS DOCUMENT IS OUTDATED.
+
Deb packages of High Fidelity domain server and assignment client are stored on debian.highfidelity.com
```
diff --git a/BUILD_OSX.md b/BUILD_OSX.md
index 69cfed7de9..b39aadb287 100644
--- a/BUILD_OSX.md
+++ b/BUILD_OSX.md
@@ -6,7 +6,7 @@ Please read the [general build guide](BUILD.md) for information on dependencies
### Homebrew
-[Homebrew](https://brew.sh/) is an excellent package manager for macOS. It makes install of some High Fidelity dependencies very simple.
+[Homebrew](https://brew.sh/) is an excellent package manager for macOS. It makes install of some Vircadia dependencies very simple.
brew install cmake openssl
diff --git a/BUILD_WIN.md b/BUILD_WIN.md
index bdab7e6e6d..098553c761 100644
--- a/BUILD_WIN.md
+++ b/BUILD_WIN.md
@@ -1,6 +1,6 @@
# Build Windows
-*Last Updated on January 13, 2020*
+*Last Updated on April 7, 2020*
This is a stand-alone guide for creating your first Vircadia build for Windows 64-bit.
@@ -68,7 +68,7 @@ To create this variable:
### Step 5. Running CMake to Generate Build Files
Run Command Prompt from Start and run the following commands:
-`cd "%HIFI_DIR%"`
+`cd "%VIRCADIA_DIR%"`
`mkdir build`
`cd build`
@@ -78,11 +78,11 @@ Run `cmake .. -G "Visual Studio 15 Win64"`.
#### If you're using Visual Studio 2019,
Run `cmake .. -G "Visual Studio 16 2019" -A x64`.
-Where `%HIFI_DIR%` is the directory for the highfidelity repository.
+Where `%VIRCADIA_DIR%` is the directory for the Vircadia repository.
### Step 6. Making a Build
-Open `%HIFI_DIR%\build\athena.sln` using Visual Studio.
+Open `%VIRCADIA_DIR%\build\athena.sln` using Visual Studio.
Change the Solution Configuration (menu ribbon under the menu bar, next to the green play button) from "Debug" to "Release" for best performance.
@@ -98,22 +98,22 @@ Restart Visual Studio again.
In Visual Studio, right+click "interface" under the Apps folder in Solution Explorer and select "Set as Startup Project". Run from the menu bar `Debug > Start Debugging`.
-Now, you should have a full build of Project Athena and be able to run the Interface using Visual Studio. Please check our [Docs](https://wiki.highfidelity.com/wiki/Main_Page) for more information regarding the programming workflow.
+Now, you should have a full build of Vircadia and be able to run the Interface using Visual Studio.
-Note: You can also run Interface by launching it from command line or File Explorer from `%HIFI_DIR%\build\interface\Release\interface.exe`
+Note: You can also run Interface by launching it from command line or File Explorer from `%VIRCADIA_DIR%\build\interface\Release\interface.exe`
## Troubleshooting
For any problems after Step #6, first try this:
-* Delete your locally cloned copy of the highfidelity repository
+* Delete your locally cloned copy of the Vircadia repository
* Restart your computer
* Redownload the [repository](https://github.com/kasenvr/project-athena)
* Restart directions from Step #6
#### CMake gives you the same error message repeatedly after the build fails
-Remove `CMakeCache.txt` found in the `%HIFI_DIR%\build` directory.
+Remove `CMakeCache.txt` found in the `%VIRCADIA_DIR%\build` directory.
#### CMake can't find OpenSSL
-Remove `CMakeCache.txt` found in the `%HIFI_DIR%\build` directory. Verify that your HIFI_VCPKG_BASE environment variable is set and pointing to the correct location. Verify that the file `${HIFI_VCPKG_BASE}/installed/x64-windows/include/openssl/ssl.h` exists.
+Remove `CMakeCache.txt` found in the `%VIRCADIA_DIR%\build` directory. Verify that your HIFI_VCPKG_BASE environment variable is set and pointing to the correct location. Verify that the file `${HIFI_VCPKG_BASE}/installed/x64-windows/include/openssl/ssl.h` exists.
diff --git a/LICENSE b/LICENSE
index f88e751de5..ab1ea16d6a 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,7 +1,7 @@
Copyright (c) 2013-2019, High Fidelity, Inc.
Copyright (c) 2019-2020, Project Athena Contributors.
All rights reserved.
-https://projectathena.io
+https://vircadia.com
Licensed under the Apache License version 2.0 (the "License");
You may not use this software except in compliance with the License.
diff --git a/README_hifi.md b/README_hifi.md
index 46433a155c..8d02300455 100644
--- a/README_hifi.md
+++ b/README_hifi.md
@@ -15,7 +15,7 @@ Come chat with us in [our Gitter](https://gitter.im/highfidelity/hifi) if you ha
Documentation
=========
-Documentation is available at [docs.highfidelity.com](https://docs.highfidelity.com), if something is missing, please suggest it via a new job on Worklist (add to the hifi-docs project).
+Documentation is available at [docs.vircadia.dev](https://docs.vircadia.dev), if something is missing, please suggest it via a new job on Worklist (add to the hifi-docs project).
There is also detailed [documentation on our coding standards](CODING_STANDARD.md).
diff --git a/android/apps/interface/src/main/res/values/strings.xml b/android/apps/interface/src/main/res/values/strings.xml
index b60caf1f2c..c1d7303f36 100644
--- a/android/apps/interface/src/main/res/values/strings.xml
+++ b/android/apps/interface/src/main/res/values/strings.xml
@@ -27,9 +27,9 @@
You can find out much more about the blockchain and about commerce in High Fidelity by visiting our Docs site:
- +