Skip to content

Commit eb2c00e

Browse files
committed
Edited documentation & package URLs.
1 parent 2c08a2c commit eb2c00e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DOCUMENTATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Documentation
2-
It is recommended to view this file in a markdown viewer, such as GitHub:
2+
It is recommended to view this file in a markdown viewer, such as [GitHub](https://github.com/DavidF-Dev/Unity-DeveloperConsole/blob/main/DOCUMENTATION.md).
33

44
## Usage
55
When the game is running, press tilde ``~`` to toggle the dev console window. The window has an input field along the bottom where commands can be entered. Pressing ENTER will execute the typed command.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"description": "A user-friendly in-game developer console that allows developers or players to execute commands or view incoming Unity messages. (MIT License)",
66
"unity": "2020.1",
77
"hideInEditor": false,
8-
"documentationUrl": "https://github.com/DavidF-Dev/Unity-DeveloperConsole",
9-
"changelogUrl": "https://github.com/DavidF-Dev/Unity-DeveloperConsole/releases",
8+
"documentationUrl": "https://github.com/DavidF-Dev/Unity-DeveloperConsole/blob/main/DOCUMENTATION.md",
9+
"changelogUrl": "https://github.com/DavidF-Dev/Unity-DeveloperConsole/blob/main/CHANGELOG.md",
1010
"licensesUrl": "https://github.com/DavidF-Dev/Unity-DeveloperConsole/blob/main/LICENSE.md",
1111
"author":
1212
{

0 commit comments

Comments
 (0)