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

[pulsar] branch master updated: Update Github URL for Graduation (#11803)

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

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new f874d97  Update Github URL for Graduation (#11803)
f874d97 is described below

commit f874d97661b4d065441944f1f724be91b1e8056b
Author: Dave Fisher <da...@comcast.net>
AuthorDate: Thu Aug 26 13:59:14 2021 -0700

    Update Github URL for Graduation (#11803)
---
 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 = {