Skip to content

Commit c0f18b0

Browse files
correct Slack link throughout docs
1 parent 0602d07 commit c0f18b0

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,11 @@ The website's code can be found in [this repository](https://github.com/hypersta
122122
By running `git clone https://github.com/hyperstack-org/website.git` you can check out your own copy.
123123
Please note that this repository does not contain the documentation. The website pulls the most recent markdown files from the *edge* hyperstack repository.
124124

125-
Before you write code to change the website, please create an issue describing your plans and reach out to us in Slack chat. Our goal for this site is that it acts as a showcase for all that Hyperstack can do, so your creativity is very welcome.
125+
Before you write code to change the website, please create an issue describing your plans and reach out to us in [Slack](https://join.slack.com/t/hyperstack-org/shared_invite/enQtNTg4NTI5NzQyNTYyLWQ4YTZlMGU0OGIxMDQzZGIxMjNlOGY5MjRhOTdlMWUzZWYyMTMzYWJkNTZmZDRhMDEzODA0NWRkMDM4MjdmNDE) chat. Our goal for this site is that it acts as a showcase for all that Hyperstack can do, so your creativity is very welcome.
126126

127127
## When you find a possible bug
128128

129-
You can ask on [Slack chat](https://hyperstack-org.slack.com) if you're making a mistake or actually found a bug. (get a account via the "Join Slack" button on the [homepage](https://hyperstack.org))
129+
You can ask on [Slack chat](https://join.slack.com/t/hyperstack-org/shared_invite/enQtNTg4NTI5NzQyNTYyLWQ4YTZlMGU0OGIxMDQzZGIxMjNlOGY5MjRhOTdlMWUzZWYyMTMzYWJkNTZmZDRhMDEzODA0NWRkMDM4MjdmNDE) if you're making a mistake or actually found a bug. (get a account via the "Join Slack" button on the [homepage](https://hyperstack.org))
130130
Also check the [GitHub issue list](https://github.com/hyperstack-org/hyperstack/issues) and if you don't find it mentioned there, please create an issue.
131131
If you can reproduce the problem in a branch you push to GitHub we will love you even more.
132132

@@ -135,6 +135,6 @@ Having people expanding and maintaining this table would be excellent.
135135

136136
## Fixing a bug
137137

138-
Please ask in [Slack chat](https://hyperstack-org.slack.com) if you need pointers. There is always tons to do so we would appreciate the help.
138+
Please ask in [Slack chat](https://join.slack.com/t/hyperstack-org/shared_invite/enQtNTg4NTI5NzQyNTYyLWQ4YTZlMGU0OGIxMDQzZGIxMjNlOGY5MjRhOTdlMWUzZWYyMTMzYWJkNTZmZDRhMDEzODA0NWRkMDM4MjdmNDE) if you need pointers. There is always tons to do so we would appreciate the help.
139139
You can see the list of GitHub issues labelled '[Help Wanted](https://github.com/hyperstack-org/hyperstack/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22)'
140140
or look at the [feature matrix](https://github.com/hyperstack-org/hyperstack/blob/edge/docs/feature_matrix.md) for things that have the status 'bugged'.

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Beyond the installation we strongly suggest new developers work trough the [todo
4141

4242
Hyperstack is supported by a friendly, helpful community, both for users, and contributors. We welcome new people, please reach out and say hello.
4343

44-
* Reach us at: [Slack chat](https://hyperstack.org/slack-invite)
44+
* Reach us at: [Slack chat](https://join.slack.com/t/hyperstack-org/shared_invite/enQtNTg4NTI5NzQyNTYyLWQ4YTZlMGU0OGIxMDQzZGIxMjNlOGY5MjRhOTdlMWUzZWYyMTMzYWJkNTZmZDRhMDEzODA0NWRkMDM4MjdmNDE)
4545

4646
## Roadmap
4747

readme.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,16 @@ In the code above, if the `good_books` scope changed (even on the server), the U
2727

2828
## Website and documentation
2929

30-
Please see the website for full documentation, or find the same content in the [/docs](/docs) folder in this repo if you prefer.
30+
Please see the documentation site for full documentation, or find the same content in the [/docs](/docs) folder in this repo if you prefer.
3131

3232
+ Website: [hyperstack.org](https://hyperstack.org)
33-
34-
Our website serves as a Hyperstack example application. All the doc content is loaded dynamically from this repo and converted to HTML on the fly. It uses React Semantic UI and a client-side JavaScript full-text search engine. Its a Rails app hosted on Heroku.
33+
+ Docs: [docs.hyperstack.org](https://docs.hyperstack.org/)
3534

3635
## Setup and installation
3736

3837
You can be up and running in **less than 5 minutes**. Just follow the simple setup guide for a new Rails application all correctly configured and ready to go with Hyperstack.
3938

40-
+ Setup and Installation: [/install](/install)
39+
+ [Setup and Installation docs](https://docs.hyperstack.org/installation/man-installation)
4140

4241
## Community and support
4342

0 commit comments

Comments
 (0)