Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: rename go-ipfs to Kubo #143

Merged
merged 1 commit into from
Jul 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Learn where to get help and support in the extensive, diverse IPFS
* **Technical support**: For specific questions, including technical support, please use the [official IPFS discussion forums](https://discuss.ipfs.io).
* **General questions and discussions**: Use the [official IPFS discussion forums](https://discuss.ipfs.io) or [chat on Matrix](https://docs.ipfs.io/community/#chat).
* **IPFS-related community announcements**: If you'd like to announce something to the IPFS community at large, use the [official IPFS discussion forums](https://discuss.ipfs.io); we monitor the forums for things to include in the weekly IPFS newsletter! You can also inform people via [Matrix](https://docs.ipfs.io/community/#chat) and the [other venues](#other-venues) listed below.
* **Bugs and feature proposals**: IPFS-codebase-related bugs and feature proposals can be reported directly in their repositories (most are in the [IPFS](https://github.com/ipfs) and [IPFS Shipyard](https://github.com/ipfs-shipyard) GitHub orgs), for example [go-ipfs](https://github.com/ipfs/go-ipfs) or [js-ipfs](https://github.com/ipfs/js-ipfs). If you're not sure where the best place to report a bug or request a feature is, ask in the [forums](https://discuss.ipfs.io) and someone will point you in the right direction.
* **Bugs and feature proposals**: IPFS-codebase-related bugs and feature proposals can be reported directly in their repositories (most are in the [IPFS](https://github.com/ipfs) and [IPFS Shipyard](https://github.com/ipfs-shipyard) GitHub orgs), for example [Kubo](https://github.com/ipfs/kubo) or [js-ipfs](https://github.com/ipfs/js-ipfs). If you're not sure where the best place to report a bug or request a feature is, ask in the [forums](https://discuss.ipfs.io) and someone will point you in the right direction.
* **Support for libp2p**: Questions specific to libp2p should use the [libp2p forums](https://discuss.libp2p.io) for faster results.
* **Reporting security issues**: To report [security issues](https://github.com/ipfs/community/blob/master/CONTRIBUTING.md#security-issues), please email <a href="mailto:[email protected]">[email protected]</a>.
* **Reporting abuse**: To report [abuse](https://github.com/ipfs/community/blob/master/code-of-conduct.md), please email <a href="mailto:[email protected]">[email protected]</a>.
Expand Down
12 changes: 6 additions & 6 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@
<div class="col-span-12 sm:col-span-2 mb-2 sm:mb-0">
<img
class="max-h-24 sm:max-h-36 mx-auto"
:src="$relativity('/images/go-ipfs-hex-logo.png')"
:src="$relativity('/images/kubo-hex-logo.png')"
alt="IPFS icon with a superimposed Go logo"
/>
</div>
Expand All @@ -354,11 +354,11 @@
<Link
class="text-blueGreenLight font-display hover:underline"
:item="{
link: 'https://github.com/ipfs/go-ipfs',
link: 'https://github.com/ipfs/kubo',
text: 'Go implementation',
}"
:on-click="
(item) => onCTAClick({ ui: 'install/go-ipfs', ...item })
(item) => onCTAClick({ ui: 'install/kubo', ...item })
"
/>
</h4>
Expand All @@ -368,12 +368,12 @@
</p>
<div class="flex justify-center sm:justify-start">
<Button
href="https://github.com/ipfs/go-ipfs"
href="https://github.com/ipfs/kubo"
target="_blank"
rel="noopener"
text="Get go-ipfs"
text="Get Kubo"
:on-click="
(item) => onCTAClick({ ui: 'install/go-ipfs', ...item })
(item) => onCTAClick({ ui: 'install/kubo', ...item })
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@johnnymatthews I assume this is ok? (I imagine we want to see if the new name impacted the number of clicks)

"
/>
</div>
Expand Down
File renamed without changes