From eed7f50b30cb9b7c9751a7f9a80650071d2e9d10 Mon Sep 17 00:00:00 2001 From: Ryan Waskiewicz Date: Wed, 26 Apr 2023 11:47:46 -0400 Subject: [PATCH] chore(repo): update old heroku app links (#27284) Issue number: N/A --------- ## What is the current behavior? there are a few outdated links to a dead heroku app in the repo ## What is the new behavior? this commit removes old links within the repo that point to a heroku app that is no longer working/maintained. the original intent was to update stencil-related links initially (as stencil still focuses on slack for community communications). however, there were two references to the ionic worldwide slack, which has been since replaced with discord. i've updated those link (which were only in comments) as well. after applying this commit, there are no references to 'heroku' in the repo ## Does this introduce a breaking change? - [ ] Yes - [x] No ## Other information Feel free to reject this/request we remove these links altogether. I'm not entirely sure we want to continue to provide them in the `core/` and `angular/` directories (when we don't have them in `packages/react/` nor `packages/vue/` --- .github/ISSUE_TEMPLATE.md | 4 ++-- angular/README.md | 2 +- core/README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 2c88552d46..2fa1c3e354 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -2,7 +2,7 @@ - + @@ -17,7 +17,7 @@ [ ] bug report [ ] feature request - + **Current behavior:** diff --git a/angular/README.md b/angular/README.md index b97d890e89..b7c530437d 100644 --- a/angular/README.md +++ b/angular/README.md @@ -10,7 +10,7 @@ Ionic Angular specific building blocks on top of [@ionic/core](https://www.npmjs * [Ionic Forum](https://forum.ionicframework.com/) * [Ionicons](http://ionicons.com/) * [Stencil](https://stenciljs.com/) -* [Stencil Worldwide Slack](https://stencil-worldwide.herokuapp.com/) +* [Stencil Worldwide Slack](https://stencil-worldwide.slack.com/) * [Capacitor](https://capacitor.ionicframework.com/) diff --git a/core/README.md b/core/README.md index a9b8231d93..2cc88b2a5d 100644 --- a/core/README.md +++ b/core/README.md @@ -104,7 +104,7 @@ const showModal = async () => { * [Ionic Forum](https://forum.ionicframework.com/) * [Ionicons](http://ionicons.com/) * [Stencil](https://stenciljs.com/) -* [Stencil Worldwide Slack](https://stencil-worldwide.herokuapp.com/) +* [Stencil Worldwide Slack](https://stencil-worldwide.slack.com/) * [Capacitor](https://capacitor.ionicframework.com/)