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/12/14 01:18:30 UTC

[pulsar] branch master updated: [ISSUE 8909]Fix Giggso logo link error (#8937)

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 a9e1ac3  [ISSUE 8909]Fix Giggso logo link error (#8937)
a9e1ac3 is described below

commit a9e1ac3c2e33716508a6fa30e2484db31798bd89
Author: Weijie Guo <re...@163.com>
AuthorDate: Mon Dec 14 09:18:01 2020 +0800

    [ISSUE 8909]Fix Giggso logo link error (#8937)
    
    * fix icon
    
    * fix broker link
---
 site2/docs/tiered-storage-gcs.md | 2 +-
 site2/website/data/users.js      | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/site2/docs/tiered-storage-gcs.md b/site2/docs/tiered-storage-gcs.md
index bed4dc0..b6fec1a 100644
--- a/site2/docs/tiered-storage-gcs.md
+++ b/site2/docs/tiered-storage-gcs.md
@@ -223,7 +223,7 @@ For individual topics, you can trigger GCS offloader manually using one of the f
 
     > #### Tip
     >
-    > For more information about the `pulsar-admin topics offload options` command, including flags, descriptions, default values, and shorthands, see [here]((reference-pulsar-admin.md#offload). 
+    > For more information about the `pulsar-admin topics offload options` command, including flags, descriptions, default values, and shorthands, see [here](reference-pulsar-admin.md#offload). 
 
 - This example checks the GCS offloader status using pulsar-admin with the command `pulsar-admin topics offload-status options`.
 
diff --git a/site2/website/data/users.js b/site2/website/data/users.js
index 3f3a809..2d68915 100644
--- a/site2/website/data/users.js
+++ b/site2/website/data/users.js
@@ -13,7 +13,8 @@ module.exports = [
     {
         name: 'Giggso',
         url: 'https://giggso.com/',
-        logo: 'https://pbs.twimg.com/profile_banners/4179602009/1470596851/600x200'
+        logo: 'https://www.giggso.com/wp-content/uploads/2019/11/logo-2.png',
+        logo_white: true
     },
     {
         name: 'STICorp',