diff options
author | Florian Zschocke <f.zschocke+git@gmail.com> | 2023-04-03 22:23:28 +0200 |
---|---|---|
committer | Florian Zschocke <f.zschocke+git@gmail.com> | 2023-04-03 22:23:28 +0200 |
commit | afa4f7e0b4332747c647d51aa1b89cc410fdb067 (patch) | |
tree | 89207b48355c37fb55f0cd0095603b5be1a000c3 /README.markdown | |
parent | 89e74edac5e892cda3b3d42f710d018a0277adec (diff) | |
download | gitblit-afa4f7e0b4332747c647d51aa1b89cc410fdb067.tar.gz gitblit-afa4f7e0b4332747c647d51aa1b89cc410fdb067.zip |
Adjust URLs to gitblit.github.io to point to gitblit-org.github.io
Adjust other references to the old 'gitblit' organisation on Github to
point to the new 'gitblit-org' organisation.
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index bc9638d9..18fd316c 100644 --- a/README.markdown +++ b/README.markdown @@ -57,5 +57,5 @@ Make sure to clone using `--recursive` OR to execute `git submodule update --ini Building Tips & Tricks
----------------------
1. If you are running Ant from an ANSI-capable console, consider setting the `MX_COLOR` environment variable before executing Ant.<pre>set MX_COLOR=true</pre>
-2. The build script will honor your Maven proxy settings. If you need to fine-tune this, please review the [settings.moxie](http://gitblit.github.io/moxie/settings.html) documentation.
+2. The build script will honor your Maven proxy settings. If you need to fine-tune this, please review the [settings.moxie](http://gitblit-org.github.io/moxie/settings.html) documentation.
|