From e18c0a0221b6825ff179d692c3d9277060ede84f Mon Sep 17 00:00:00 2001 From: Jay Bell Date: Thu, 16 Sep 2021 08:22:00 -0700 Subject: [PATCH] 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 --- .github/ISSUE_TEMPLATE/config.yml | 2 +- README.md | 2 +- nx-dev/nx-dev/pages/community.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 63d2764436..8321c29c80 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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 diff --git a/README.md b/README.md index 51b92cf1b1..09d74caa24 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ width="100%" alt="Nx - Smart, Extensible Build Framework">

[![Semantic Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)]() [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) [![Join the chat at https://gitter.im/nrwl-nx/community](https://badges.gitter.im/nrwl-nx/community.svg)](https://gitter.im/nrwl-nx/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -[![Join us @nrwl/community on slack](https://img.shields.io/badge/slack-%40nrwl%2Fcommunity-brightgreen)](http://go.nrwl.io/join-slack) +[![Join us @nrwl/community on slack](https://img.shields.io/badge/slack-%40nrwl%2Fcommunity-brightgreen)](https://go.nrwl.io/join-slack) diff --git a/nx-dev/nx-dev/pages/community.tsx b/nx-dev/nx-dev/pages/community.tsx index ce23f5b5a6..60c58ec394 100644 --- a/nx-dev/nx-dev/pages/community.tsx +++ b/nx-dev/nx-dev/pages/community.tsx @@ -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