From 9fa995b9c7fb9b1205eff99492a8b5cbf731a14a Mon Sep 17 00:00:00 2001 From: Ralph Minderhoud Date: Fri, 15 Sep 2017 14:22:54 -0500 Subject: [PATCH] Fixed broken README link to XML class references --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 928f5224..13668c50 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Though arguably less convenient to edit than a wiki, this git repository is mean ### Editing existing pages -To edit an existing page, just locate its .rst source file and open it in your favourite text editor. You can then commit the changes, push them to your fork and make a pull request. **Note that the pages in `classes/`should not be edited here, they are automatically generated from Godot's [XML class reference](https://github.com/godotengine/godot/tree/master/doc/base).** +To edit an existing page, just locate its .rst source file and open it in your favourite text editor. You can then commit the changes, push them to your fork and make a pull request. **Note that the pages in `classes/`should not be edited here, they are automatically generated from Godot's [XML class references](https://github.com/godotengine/godot/tree/master/doc/classes).** ### Adding new pages