This is an automated email from the ASF dual-hosted git repository.

mjumper pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/guacamole-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 90e80c4  Deploy update to ASF git URL (gitbox, not git1-us-west).
90e80c4 is described below

commit 90e80c4e8bbdf723742cf97d6357e244b99754c9
Author: Michael Jumper <[email protected]>
AuthorDate: Wed Sep 25 14:26:16 2019 -0700

    Deploy update to ASF git URL (gitbox, not git1-us-west).
---
 content/pub/tests/guac/gitguac.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/pub/tests/guac/gitguac.js 
b/content/pub/tests/guac/gitguac.js
index 3a535da..fbd1f37 100644
--- a/content/pub/tests/guac/gitguac.js
+++ b/content/pub/tests/guac/gitguac.js
@@ -48,7 +48,7 @@ GIT_GUAC.COMMIT = (function getRequestedCommit() {
 GIT_GUAC.loadModule = function loadModule(filename) {
 
     // Construct URL pointing to guacamole-common-js module within ASF git
-    var url = 'https://git1-us-west.apache.org/repos/asf?'
+    var url = 'https://gitbox.apache.org/repos/asf?'
         + 'p=guacamole-client.git;'
         + 'a=blob_plain;'
         + 'f=guacamole-common-js/src/main/webapp/modules/' + 
encodeURIComponent(filename) + ';'

Reply via email to