Skip to content

Commit

Permalink
[ISSUE 8909]Fix Giggso logo link error (apache#8937)
Browse files Browse the repository at this point in the history
* fix icon

* fix broker link
  • Loading branch information
reswqa authored Dec 14, 2020
1 parent ab35e2d commit a9e1ac3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site2/docs/tiered-storage-gcs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down
3 changes: 2 additions & 1 deletion site2/website/data/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit a9e1ac3

Please sign in to comment.