diff --git a/README.md b/README.md index 61e1ec8..35fb1f9 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The plug-in comes with a wealth of features to make your programming experience - Open projects and scenes in Godot from VScode - Ctrl click on a variable or method call to jump to its definition (_new in 0.1.3_) -![Showing the documentation on hover feature](/godot-tools/img/documentation on hover.png?raw=true "Method definition and docs on hover") +![Showing the documentation on hover feature](/godot-tools/img/documentation-on-hover.png "Method definition and docs on hover") ## Available commands diff --git a/img/documentation on hover.png b/img/documentation-on-hover.png similarity index 100% rename from img/documentation on hover.png rename to img/documentation-on-hover.png