Skip to content

Commit 0602d07

Browse files
removed links to old docs
1 parent 0658f21 commit 0602d07

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Contributing to Hyperstack
22

33
We welcome and encourage contribution and would be delighted if you participated in this project.
4-
If you're new to Hyperstack but have experience with Ruby (and Rails) and would like to contribute then start with the [ToDo tutorial](https://hyperstack.org/edge/docs/tutorials/todo)
4+
If you're new to Hyperstack but have experience with Ruby (and Rails) and would like to contribute then start with the [ToDo tutorial](https://docs.hyperstack.org/tutorial)
55
that way you understand the basic capabilities and lingo of Hyperstack.
66

77
Next would be to start an experimental project that's based on the *edge* Hyperstack codebase.

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ Our website serves as a Hyperstack example application. All the doc content is l
3333

3434
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.
3535

36-
* Setup and Installation: [https://hyperstack.org/edge/docs/installation](https://hyperstack.org/edge/docs/installation)
36+
* Setup and Installation: https://docs.hyperstack.org/installation/man-installation
3737

38-
Beyond the installation we strongly suggest new developers work trough the [todo tutorial](https://hyperstack.org/edge/docs/tutorials/todo). As it gives a minimal understanding of the Hyperstack framework.
38+
Beyond the installation we strongly suggest new developers work trough the [todo tutorial](https://docs.hyperstack.org/tutorial). As it gives a minimal understanding of the Hyperstack framework.
3939

4040
## Community and support
4141

docs/installation/man-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ bundle exec rails g hyperstack:webpack
331331
332332
> Note that you also need to have yarn installed [Install Instructions](https://yarnpkg.com/en/docs/install#mac-stable)
333333
334-
For details on how to import and use NPM packages in your application see [Importing React Components](https://hyperstack.org/edge/docs/dsl-client/components#javascript-components)
334+
For details on how to import and use NPM packages in your application see [Importing React Components](https://docs.hyperstack.org/client-dsl/javascript-components)
335335
336336
To manually install webpacker follow these steps:
337337

docs/tutorial/todo-part-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Prerequisites
44

5-
{ [Familarity with the TodoMVC tutorial Part I](https://hyperstack.org/edge/docs/tutorials/todo) }
5+
{ [Familarity with the TodoMVC tutorial Part I](https://docs.hyperstack.org/tutorial/todo) }
66

77
## The Goals of this Tutorial
88

install/old-readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ rails new MyAppName --template=rails-webpacker.rb
3131

3232
### Tutorial
3333

34-
If you are new to developing an application based on Hyperstack we suggest you follow the [todo tutorial](https://hyperstack.org/edge/docs/tutorials/todo).
34+
If you are new to developing an application based on Hyperstack we suggest you follow the [todo tutorial](https://docs.hyperstack.org/tutorial).

install/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ Using the Rails `webpacker` gem you can easily add other NPM (node package manag
321321
> [Yarn Install Instructions](https://yarnpkg.com/en/docs/install)
322322
> [Node Install Instructions](https://nodejs.org)
323323
324-
For details on how to import and use NPM packages in your application see [Importing React Components](https://hyperstack.org/edge/docs/dsl-client/components#javascript-components)
324+
For details on how to import and use NPM packages in your application see [Importing React Components](https://docs.hyperstack.org/client-dsl/javascript-components#importing-javascript-or-react-libraries)
325325

326326
To integrate webpacker with an existing Hyperstack application - for example if you just added a couple of components and now
327327
want to try webpacker - use the `hyperstack:install:webpack` task:
@@ -498,7 +498,7 @@ As your application develops you can begin defining more restrictive policies (o
498498
> Note: The policy mechanism does not depend on [Pundit](https://github.com/varvet/pundit) but is compatible with it. You can add pundit style
499499
policies for legacy parts of your system.
500500
>
501-
> For details on creating policies see the [policy documentation](https://hyperstack.org/edge/docs/dsl-isomorphic/policies).
501+
> For details on creating policies see the [policy documentation](https://docs.hyperstack.org/isomorphic-dsl/hyper-policy).
502502
503503
#### Moving the `application_record.rb` File.
504504

0 commit comments

Comments
 (0)