docs(misc): add https to slack links (#7028)
* docs(misc): change slack invite links to use https * docs(misc): regenerate documentation after adding https to links
This commit is contained in:
parent
e5b9d80abc
commit
e18c0a0221
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -7,7 +7,7 @@ contact_links:
|
||||
about: "Want to start a thread to discuss an idea? Use the discussions feature provided by GitHub."
|
||||
url: https://github.com/nrwl/nx/discussions
|
||||
- name: Have a question?
|
||||
url: http://go.nrwl.io/join-slack
|
||||
url: https://go.nrwl.io/join-slack
|
||||
about: "The Community Slack is a great place for questions to be asked and answered. Please use the #support channel if you need help with your workspace!"
|
||||
- name: Are you looking for integration with a new tool?
|
||||
url: https://nx.dev/community
|
||||
|
||||
@ -9,7 +9,7 @@ width="100%" alt="Nx - Smart, Extensible Build Framework"></p>
|
||||
[]()
|
||||
[](http://commitizen.github.io/cz-cli/)
|
||||
[](https://gitter.im/nrwl-nx/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
[](http://go.nrwl.io/join-slack)
|
||||
[](https://go.nrwl.io/join-slack)
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
@ -108,7 +108,7 @@ export function Community(props: CommunityProps) {
|
||||
className="underline cursor-pointer"
|
||||
target="_blank"
|
||||
title="Join the Nx Community Slack"
|
||||
href="http://go.nrwl.io/join-slack"
|
||||
href="https://go.nrwl.io/join-slack"
|
||||
rel="noreferrer"
|
||||
>
|
||||
Join the Nx Community Slack
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user