Update repository URLs to follow the @godotengine organization transfer

This commit is contained in:
Hugo Locurcio
2020-06-19 20:08:56 +02:00
parent 5d29455c42
commit 1c979ad8a7

View File

@@ -9,7 +9,9 @@ script editor.
These themes are compatible with the Godot 2.1 and Godot 3 series.
*Want even more themes? Check out [base16-godot](https://github.com/Calinou/base16-godot).*
*Want even more themes? Check out
[base16-godot](https://github.com/Calinou/base16-godot) for automatically
generated themes.*
## Available themes
@@ -57,13 +59,13 @@ path (if the destination folder does not exist) using the following command:
```bash
# On Linux:
git clone https://github.com/Calinou/godot-syntax-themes.git ~/.config/godot/text_editor_themes
git clone https://github.com/godotengine/godot-syntax-themes.git ~/.config/godot/text_editor_themes
# On macOS:
git clone https://github.com/Calinou/godot-syntax-themes.git ~"/Library/Application Support/Godot/text_editor_themes"
git clone https://github.com/godotengine/godot-syntax-themes.git ~"/Library/Application Support/Godot/text_editor_themes"
# On Windows:
git clone https://github.com/Calinou/godot-syntax-themes.git "%APPDATA%\Godot\text_editor_themes"
git clone https://github.com/godotengine/godot-syntax-themes.git "%APPDATA%\Godot\text_editor_themes"
```
## License