diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/examples/host-toolchain/README.md | 2 | ||||
-rw-r--r-- | plugins/go/README.md | 2 | ||||
-rw-r--r-- | plugins/luarocks/luarocks.mk | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/examples/host-toolchain/README.md b/plugins/examples/host-toolchain/README.md index 84ebc6e..9b7b998 100644 --- a/plugins/examples/host-toolchain/README.md +++ b/plugins/examples/host-toolchain/README.md @@ -85,7 +85,7 @@ running a Linux VM on Windows). [cmake-generators]:https://cmake.org/cmake/help/latest/manual/cmake-generators.7.html -[cmder]:http://cmder.net/ +[cmder]:https://cmder.net/ [conemu]:https://conemu.github.io/ [git-win]:https://git-for-windows.github.io/ [msys2]:https://msys2.github.io/ diff --git a/plugins/go/README.md b/plugins/go/README.md index 6d3c7dd..10c3001 100644 --- a/plugins/go/README.md +++ b/plugins/go/README.md @@ -3,7 +3,7 @@ See also article [cross-compile go code, including cgo][1] by Dimitri John Ledkov. -[1]: http://blog.surgut.co.uk/2014/06/cross-compile-go-code-including-cgo.html +[1]: https://blog.surgut.co.uk/2014/06/cross-compile-go-code-including-cgo.html Package `go-native` installs native Go 1.4. This version of Go doesn't depend on Go installation. diff --git a/plugins/luarocks/luarocks.mk b/plugins/luarocks/luarocks.mk index a756317..2821f52 100644 --- a/plugins/luarocks/luarocks.mk +++ b/plugins/luarocks/luarocks.mk @@ -93,7 +93,7 @@ define $(PKG)_BUILD_SHARED echo 'echo "== Using MXE wrapper: $(PREFIX)/$(TARGET)/bin/luarocks"'; \ echo '# Creating a directory is an atomic operation, that is why'; \ echo '# it can be used as a mutex.'; \ - echo '# See http://wiki.bash-hackers.org/howto/mutex'; \ + echo '# See https://wiki.bash-hackers.org/howto/mutex'; \ echo 'while ( ! mkdir "$(PREFIX)/$(TARGET)/lib/luarocks/lock.dir" ); do'; \ echo ' echo "Waiting for $(PREFIX)/$(TARGET)/lib/luarocks/lock.dir to lock"'; \ echo ' sleep 5'; \ |