]> source.dussan.org Git - gitblit.git/commitdiff
Adjust URLs to gitblit.github.io to point to gitblit-org.github.io 1442/head
authorFlorian Zschocke <f.zschocke+git@gmail.com>
Mon, 3 Apr 2023 20:23:28 +0000 (22:23 +0200)
committerFlorian Zschocke <f.zschocke+git@gmail.com>
Mon, 3 Apr 2023 20:23:28 +0000 (22:23 +0200)
Adjust other references to the old 'gitblit' organisation on Github to
point to the new 'gitblit-org' organisation.

.github/workflows/ci-build.yml
README.markdown
src/main/java/com/gitblit/manager/PluginManager.java

index eab73378334597d395a85db00fc406efa5818054..97defdbe69eb68c9b40c415303dd33d0f8f5ad62 100644 (file)
@@ -32,7 +32,7 @@ jobs:
 
       - name: Setup Moxie
         run: |
-          wget http://gitblit.github.io/moxie/maven/com/gitblit/moxie/moxie+ant/0.9.4/moxie+ant-0.9.4.tar.gz
+          wget http://gitblit-org.github.io/moxie/maven/com/gitblit/moxie/moxie+ant/0.9.4/moxie+ant-0.9.4.tar.gz
           tar -xzf moxie+ant-0.9.4.tar.gz
           moxie-0.9.4/bin/moxie -version
 
index bc9638d96c0e9cccb26b2a1376d6cf4fd9ec6ae7..18fd316c5d9f0b6d4425061d973507fcdc60bb2d 100644 (file)
@@ -57,5 +57,5 @@ Make sure to clone using `--recursive` OR to execute `git submodule update --ini
 Building Tips & Tricks\r
 ----------------------\r
 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>\r
-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.\r
+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.\r
 \r
index b3936e5d771bd49abdf1f1d066b335d4d0e9be60..c3ba1b82588fdb8ebcb771fb8fb9ee320c34ac88 100644 (file)
@@ -315,7 +315,7 @@ public class PluginManager implements IPluginManager, PluginStateListener {
 
        @Override
        public synchronized boolean refreshRegistry(boolean verifyChecksum) {
-               String dr = "http://gitblit.github.io/gitblit-registry/plugins.json";
+               String dr = "http://gitblit-org.github.io/gitblit-registry/plugins.json";
                String url = runtimeManager.getSettings().getString(Keys.plugins.registry, dr);
                try {
                        File file = download(url, verifyChecksum);