You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by hj...@apache.org on 2020/09/23 08:39:32 UTC

[pulsar] branch master updated: Use the CN website asper Appen (#8112)

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

hjf 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 0ccd608  Use the CN website asper Appen (#8112)
0ccd608 is described below

commit 0ccd60861f769e1cd4e7df9aa7b2ab80de4cf9c6
Author: Jennifer Huang <47...@users.noreply.github.com>
AuthorDate: Wed Sep 23 16:39:12 2020 +0800

    Use the CN website asper Appen (#8112)
---
 site2/website/data/users.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site2/website/data/users.js b/site2/website/data/users.js
index df4a6ea..d2d5ff6 100644
--- a/site2/website/data/users.js
+++ b/site2/website/data/users.js
@@ -250,7 +250,7 @@ module.exports = [
     },
     {
         name: 'Appen',
-        url: 'https://appen.com/',
+        url: 'https://www.appen.com.cn/',
         logo: 'https://resources.appen.com/wp-content/uploads/2020/03/no-tagline.svg',
     }
 ].sort((a, b) => (a.name > b.name) ? 1 : -1);