Skip to content

Commit 3def8b4

Browse files
committed
README.md - fixed git clone links
1 parent 7b2942c commit 3def8b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ The snap version of darktable comes with lua included starting with version 2.4.
142142
Ensure git is installed on your system. If it isn't, use the package manager to install it. Then open a terminal and:
143143

144144
cd ~/snap/darktable/current
145-
git clone https://github.com/darktable.org/lua-scripts.git lua
145+
git clone https://github.com/darktable-org/lua-scripts.git lua
146146

147147
### flatpak packages
148148

@@ -152,7 +152,7 @@ Flatpak packages now use the internal lua interpreter.
152152
Ensure git is installed on your system. If it isn't, use the package manager to install it. Then open a terminal and:
153153

154154
cd ~/.var/app/org.darktable.Darktable/config/darktable
155-
git clone https://github.com/darktable.org/lua-scripts.git lua
155+
git clone https://github.com/darktable-org/lua-scripts.git lua
156156

157157
### appimage packages
158158

@@ -163,14 +163,14 @@ These packages run in their own environment and don't have access to a lua inter
163163
Ensure git is installed on your system. If it isn't, use the package manager to install it. Then open a terminal and:
164164

165165
cd ~/.config/darktable/
166-
git clone https://github.com/darktable.org/lua-scripts.git lua
166+
git clone https://github.com/darktable-org/lua-scripts.git lua
167167

168168
### Windows
169169

170170
Ensure git is installed on your system. Git can be obtained from https://gitforwindows.org/, as well as other places. If you use the gitforwindows.org distribution, install the Git Bash Shell also as it will aid in debugging the scripts if necessary. Then open a command prompt and run:
171171

172172
cd %LOCALAPPDATA%\darktable
173-
git clone https://github.com/darktable.org/lua-scripts.git lua
173+
git clone https://github.com/darktable-org/lua-scripts.git lua
174174

175175
If you don't have %LOCALAPPDATA%\darktable you have to start dartable at least once, because the directory is created at the first start of darktable.
176176

0 commit comments

Comments
 (0)