Skip to content

Chore: update Discord invite link#635

Merged
pdaoust merged 1 commit intomainfrom
chore/update-discord-invite-link
Feb 12, 2026
Merged

Chore: update Discord invite link#635
pdaoust merged 1 commit intomainfrom
chore/update-discord-invite-link

Conversation

@pdaoust
Copy link
Contributor

@pdaoust pdaoust commented Feb 12, 2026

Summary by CodeRabbit

  • Chores

    • Updated Discord community invitation link across website navigation, resources, and documentation.
  • Documentation

    • Expanded upgrade guides with detailed migration instructions for Holochain API changes, including macro updates, function signature modifications, and dependency guidance.

@coderabbitai
Copy link

coderabbitai bot commented Feb 12, 2026

Walkthrough

This pull request updates Discord invite URLs across multiple documentation files and site components from the old invite code (DE9dtFXjZb) to a new short link (discord.gg/52Y8A7pVxu). Changes span navigation configurations, template partials, and markdown documentation pages.

Changes

Cohort / File(s) Summary
Navigation and Homepage Components
src/pages/_data/navigation/footerLinks.json5, src/pages/_includes/parts/header.njk, src/pages/_includes/widgets/home-tiles.njk
Updated Discord invite URL from https://discord.com/invite/DE9dtFXjZb to https://discord.gg/52Y8A7pVxu in footer navigation (Community and bottomRow icon-list sections), header right-aligned navigation, and home page community tile.
Getting Started Documentation
src/pages/get-involved.md, src/pages/get-started/4-packaging-and-distribution.md, src/pages/get-started/self-paced-developer-training.md
Updated Discord invite links to new short URL in "Connect and contribute" section, "Community resources" section, and multiple locations within self-paced training guide.
Upgrade Guides
src/pages/resources/upgrade/upgrade-holochain-0.2.md, src/pages/resources/upgrade/upgrade-holochain-0.3.md
Updated Discord invite links throughout upgrade documentation. Additionally, 0.3 upgrade guide includes new detailed guidance on HDK/HDI changes (macro renames, function signature updates, GetOptions rework) with code examples.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Possibly related PRs

Suggested reviewers

  • matthme
  • jost-s
  • ThetaSinner
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The pull request title 'Chore: update Discord invite link' accurately summarizes the main change across all files, which is updating Discord invite URLs from the old format to a new short link.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/update-discord-invite-link

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@pdaoust pdaoust force-pushed the chore/update-discord-invite-link branch from 94abe53 to 66b2bb2 Compare February 12, 2026 18:33
@cocogitto-bot
Copy link

cocogitto-bot bot commented Feb 12, 2026

✔️ 66b2bb2 - Conventional commits check succeeded.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 2

🤖 Fix all issues with AI agents
In `@src/pages/resources/upgrade/upgrade-holochain-0.2.md`:
- Line 294: Replace the three occurrences of the lowercase "Github" label with
the official "GitHub" spelling in the markdown; search for the string "Github
issue" (the link text pointing to
https://github.com/holochain/holochain/issues/new/choose) and update each
instance to "GitHub" so all link texts read "GitHub issue" (also update any
other "Github" link text in the same file to "GitHub").

In `@src/pages/resources/upgrade/upgrade-holochain-0.3.md`:
- Line 218: Replace the incorrect "Github issue" mentions with the proper
"GitHub issue" capitalization throughout the document: search for the exact
string "Github issue" (appearing in the sentence that links to
https://github.com/holochain/holochain/issues/new/choose) and update all
occurrences to "GitHub issue" so the link text reads correctly in the
upgrade-holochain-0.3.md content.

The specific changelog entry for this change can be found [here](https://github.com/holochain/holochain/blob/develop-0.2/CHANGELOG.md#holo_hash-020).

If you have trouble resolving the build issues or the changelog doesn't give you enough information about what has changed, then please reach out on [Discord](https://discord.com/invite/DE9dtFXjZb) or open a [Github issue](https://github.com/holochain/holochain/issues/new/choose).
If you have trouble resolving the build issues or the changelog doesn't give you enough information about what has changed, then please reach out on [Discord](https://discord.gg/52Y8A7pVxu) or open a [Github issue](https://github.com/holochain/holochain/issues/new/choose).
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Nit: "Github" should be capitalized as "GitHub".

The official spelling uses a capital "H". This appears on all three changed lines (Lines 294, 298, and 314).

Proposed fix
-If you have trouble resolving the build issues or the changelog doesn't give you enough information about what has changed, then please reach out on [Discord](https://discord.gg/52Y8A7pVxu) or open a [Github issue](https://github.com/holochain/holochain/issues/new/choose).
+If you have trouble resolving the build issues or the changelog doesn't give you enough information about what has changed, then please reach out on [Discord](https://discord.gg/52Y8A7pVxu) or open a [GitHub issue](https://github.com/holochain/holochain/issues/new/choose).
-If you depend on other Holochain crates, then you will need to find compatible versions to update to. You can check available versions on `crates.io` by searching for them by name. You can also check the [Holochain changelog](https://github.com/holochain/holochain/blob/develop-0.2/CHANGELOG.md) to see what versions have been released together. Note that we don't release crates unless they have changes, so if you don't see the crate you're looking for in a release, then please check the previous releases for the last time we released it. If you get stuck or have build issues, then please reach out on [Discord](https://discord.gg/52Y8A7pVxu) or open a [Github issue](https://github.com/holochain/holochain/issues/new/choose).
+If you depend on other Holochain crates, then you will need to find compatible versions to update to. You can check available versions on `crates.io` by searching for them by name. You can also check the [Holochain changelog](https://github.com/holochain/holochain/blob/develop-0.2/CHANGELOG.md) to see what versions have been released together. Note that we don't release crates unless they have changes, so if you don't see the crate you're looking for in a release, then please check the previous releases for the last time we released it. If you get stuck or have build issues, then please reach out on [Discord](https://discord.gg/52Y8A7pVxu) or open a [GitHub issue](https://github.com/holochain/holochain/issues/new/choose).
-That should be everything; you can now develop against Holochain 0.2! Good luck, and if you need help then please do get in touch on [Discord](https://discord.gg/52Y8A7pVxu) or open a [Github issue](https://github.com/holochain/holochain/issues/new/choose).
+That should be everything; you can now develop against Holochain 0.2! Good luck, and if you need help then please do get in touch on [Discord](https://discord.gg/52Y8A7pVxu) or open a [GitHub issue](https://github.com/holochain/holochain/issues/new/choose).

Also applies to: 298-298, 314-314

🧰 Tools
🪛 LanguageTool

[style] ~294-~294: Consider using a different verb to strengthen your wording.
Context: ...e build issues or the changelog doesn't give you enough information about what has c...

(GIVE_INFORMATION)


[uncategorized] ~294-~294: The official name of this software platform is spelled with a capital “H”.
Context: ...tps://discord.gg/52Y8A7pVxu) or open a [Github issue](https://github.com/holochain/hol...

(GITHUB)

🤖 Prompt for AI Agents
In `@src/pages/resources/upgrade/upgrade-holochain-0.2.md` at line 294, Replace
the three occurrences of the lowercase "Github" label with the official "GitHub"
spelling in the markdown; search for the string "Github issue" (the link text
pointing to https://github.com/holochain/holochain/issues/new/choose) and update
each instance to "GitHub" so all link texts read "GitHub issue" (also update any
other "Github" link text in the same file to "GitHub").

You are likely to run into API changes in the HDK and HDI at this point. You can check the [Holochain changelog](https://github.com/holochain/holochain/blob/develop-0.3/CHANGELOG.md) to see what has changed. In some cases there will be guidance for what you need to change.

If you have trouble resolving the build issues or the changelog doesn't give you enough information about what has changed, then please reach out on [Discord](https://discord.com/invite/DE9dtFXjZb) or open a [Github issue](https://github.com/holochain/holochain/issues/new/choose).
If you have trouble resolving the build issues or the changelog doesn't give you enough information about what has changed, then please reach out on [Discord](https://discord.gg/52Y8A7pVxu) or open a [Github issue](https://github.com/holochain/holochain/issues/new/choose).
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Nit: Same "Github" → "GitHub" capitalization issue as in the 0.2 upgrade guide.

Lines 218, 290, and 309 all use "Github issue" — should be "GitHub issue".

Proposed fix
-If you have trouble resolving the build issues or the changelog doesn't give you enough information about what has changed, then please reach out on [Discord](https://discord.gg/52Y8A7pVxu) or open a [Github issue](https://github.com/holochain/holochain/issues/new/choose).
+If you have trouble resolving the build issues or the changelog doesn't give you enough information about what has changed, then please reach out on [Discord](https://discord.gg/52Y8A7pVxu) or open a [GitHub issue](https://github.com/holochain/holochain/issues/new/choose).
-If you get stuck or have build issues, then please reach out on [Discord](https://discord.gg/52Y8A7pVxu) or open a [Github issue](https://github.com/holochain/holochain/issues/new/choose).
+If you get stuck or have build issues, then please reach out on [Discord](https://discord.gg/52Y8A7pVxu) or open a [GitHub issue](https://github.com/holochain/holochain/issues/new/choose).
-That should be everything --- you can now develop against Holochain 0.3! Good luck, and once again, if you need help then please do get in touch on [Discord](https://discord.gg/52Y8A7pVxu) or open a [Github issue](https://github.com/holochain/holochain/issues/new/choose).
+That should be everything --- you can now develop against Holochain 0.3! Good luck, and once again, if you need help then please do get in touch on [Discord](https://discord.gg/52Y8A7pVxu) or open a [GitHub issue](https://github.com/holochain/holochain/issues/new/choose).

Also applies to: 290-290, 309-309

🧰 Tools
🪛 LanguageTool

[style] ~218-~218: Consider using a different verb to strengthen your wording.
Context: ...e build issues or the changelog doesn't give you enough information about what has c...

(GIVE_INFORMATION)


[uncategorized] ~218-~218: The official name of this software platform is spelled with a capital “H”.
Context: ...tps://discord.gg/52Y8A7pVxu) or open a [Github issue](https://github.com/holochain/hol...

(GITHUB)

🤖 Prompt for AI Agents
In `@src/pages/resources/upgrade/upgrade-holochain-0.3.md` at line 218, Replace
the incorrect "Github issue" mentions with the proper "GitHub issue"
capitalization throughout the document: search for the exact string "Github
issue" (appearing in the sentence that links to
https://github.com/holochain/holochain/issues/new/choose) and update all
occurrences to "GitHub issue" so the link text reads correctly in the
upgrade-holochain-0.3.md content.

@pdaoust pdaoust merged commit fa9540a into main Feb 12, 2026
8 checks passed
@pdaoust pdaoust deleted the chore/update-discord-invite-link branch February 12, 2026 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant