You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by wa...@apache.org on 2021/08/26 18:07:33 UTC

[pulsar] branch dave2wave-patch-1 created (now 6be64d0)

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

wave pushed a change to branch dave2wave-patch-1
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


      at 6be64d0  Update Github URL for Graduation

This branch includes the following new commits:

     new 6be64d0  Update Github URL for Graduation

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[pulsar] 01/01: Update Github URL for Graduation

Posted by wa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch dave2wave-patch-1
in repository https://gitbox.apache.org/repos/asf/pulsar.git

commit 6be64d0959d17b4e897e386e2b395fac78baf329
Author: Dave Fisher <da...@comcast.net>
AuthorDate: Thu Aug 26 11:06:40 2021 -0700

    Update Github URL for Graduation
---
 site2/website/siteConfig.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site2/website/siteConfig.js b/site2/website/siteConfig.js
index 6a45e9e..0f5e884 100644
--- a/site2/website/siteConfig.js
+++ b/site2/website/siteConfig.js
@@ -95,7 +95,7 @@ const functionsApiUrl = url + "/functions-rest-api";
 const sourceApiUrl = url + "/source-rest-api";
 const sinkApiUrl = url + "/sink-rest-api";
 const packagesApiUrl = url + "/packages-rest-api";
-const githubUrl = 'https://github.com/apache/incubator-pulsar';
+const githubUrl = 'https://github.com/apache/pulsar';
 const baseUrl = '/';
 
 const siteVariables = {