-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
docs: update chat/support links #3861
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
Conversation
Thank you for your contribution! ❤️You can try out this pull request locally by installing Rollup via
or load it into the REPL: |
Codecov Report
@@ Coverage Diff @@
## master #3861 +/- ##
==========================================
- Coverage 97.07% 97.06% -0.01%
==========================================
Files 184 184
Lines 6523 6517 -6
Branches 1889 1887 -2
==========================================
- Hits 6332 6326 -6
Misses 101 101
Partials 90 90
Continue to review full report at Codecov.
|
What's the rationale for using a URL shortener? Seems like an unnecessary point of failure |
A friendlier presentation, ease of sharing from memory without looking it up. Discord currently lacks a friendly invite url. |
Fair enough. Ideally it'd be https://rollupjs.org/chat, like we have with https://svelte.dev/chat, but that's tricky with a statically exported site (it'd work, sort of, because it just creates a page with |
Could we just use a meta redirect? I'm not familiar with how the docs site is built, but I could look into it. |
Oh shit, I had no idea such a thing existed. Yeah, if we added a <meta http-equiv="refresh" content="0;url=http://discord.com/whatever" then it should Just Work? |
This PR contains:
Are tests included?
Breaking Changes?
List any relevant issue numbers:
Description
We've moved chat to Discord and are closing down the Gitter. This updates all of the links in this repo.