Fix meetup group button and pretty Discord links (#45, #46) - #54
Merged
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
The "Join our Meetup Group" button on the join page pointed at the Discord invite instead of meetup.com; it now links to https://meetup.com/pro/pytexas, the group listing referenced just above it (closes #46). Also swaps the old Discord invite discord.gg/jNPAbcNukj for the vanity discord.gg/pytexas everywhere it appears in the site: the join page, FAQ, homepage, and the mkdocs social link (closes #45).
MasonEgger
force-pushed
the
fix-meetup-discord-links
branch
from
August 25, 2026 03:51
925d98d to
0b9e7f3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes both open issues.
#46 — Incorrect meetup link
The "Join our Meetup Group" button on the join page pointed at the Discord invite. Now links to
https://meetup.com/pro/pytexas(the meetup.com group listing referenced in the line right above the button).#45 — Pretty Discord link
Replaced the old invite
discord.gg/jNPAbcNukjwithdiscord.gg/pytexaseverywhere it appears in the site:docs/join.md(two Discord links)docs/faq.mddocs/index.mdmkdocs.yml(social link)No
jNPAbcNukjremains underdocs/,mkdocs.yml, oroverrides/. Site builds clean. Historical records (archived posts,.ai-sessions/) left as-is.Closes #45
Closes #46