Skip to content

Commit 2acdb57

Browse files
committed
Update the github repo name where it occurs in text
1 parent ed3fcac commit 2acdb57

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ Enriches the file list is with a preview thumbnail for each gcode file.
77
Install via the bundled [Plugin Manager](https://github.com/foosel/OctoPrint/wiki/Plugin:-Plugin-Manager)
88
or manually using this URL:
99

10-
https://github.com/remcoder/OctoprintGCodeThumbs/archive/master.zip
10+
https://github.com/remcoder/OctoPrint-GCodeThumbs/archive/master.zip

extras/gcodethumbs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ license: MIT
1010
# TODO
1111
date: 2017-05-10
1212

13-
homepage: https://github.com/remcoder/OctoprintGCodeThumbs
14-
source: https://github.com/remcoder/OctoprintGCodeThumbs
15-
archive: https://github.com/remcoder/OctoprintGCodeThumbs/archive/master.zip
13+
homepage: https://github.com/remcoder/OctoPrint-GCodeThumbs
14+
source: https://github.com/remcoder/OctoPrint-GCodeThumbs
15+
archive: https://github.com/remcoder/OctoPrint-GCodeThumbs/archive/master.zip
1616

1717

1818

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
plugin_author_email = "remcoder@gmail.com"
2828

2929
# The plugin's homepage URL. Can be overwritten within OctoPrint's internal data via __plugin_url__ in the plugin module
30-
plugin_url = "https://github.com/remcoder/OctoprintGCodeThumbs"
30+
plugin_url = "https://github.com/remcoder/OctoPrint-GCodeThumbs"
3131

3232
# The plugin's license. Can be overwritten within OctoPrint's internal data via __plugin_license__ in the plugin module
3333
plugin_license = "MIT"

0 commit comments

Comments
 (0)