Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit e494934

Browse files
author
Rand McKinney
committed
Update README.md
Make links absolute, and other minor edits.
1 parent cd24b3c commit e494934

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

README.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ gateway as an OAuth 2.0 solution into an existing infrastructure.
2020

2121
####Part 1 - `notes-app-plain`
2222

23-
[`notes-app-plain`](notes-app-plain) is a simple web app that renders a list of
24-
notes:
23+
[`notes-app-plain`](https://github.com/strongloop/strong-gateway-demo/tree/master/notes-app-plain) is a simple web app
24+
that renders a list of notes:
2525

2626
```
2727
Notes
@@ -48,7 +48,7 @@ We will be building the client and resource server apps in preparation for part
4848

4949
####Part 2 - `notes-app-gateway`
5050

51-
[`notes-app-gateway`](notes-app-gateway) is a seven-step tutorial that
51+
[`notes-app-gateway`](https://github.com/strongloop/strong-gateway-demo/tree/master/notes-app-gateway) is a seven-step tutorial that
5252
demonstrates various features of the StrongLoop API Gateway. In each step, we
5353
incrementally improve on the app from part 1 and cover a variety of topics as
5454
we work through the transformation of `notes-app-plain` to `notes-app-gateway`.
@@ -75,8 +75,8 @@ flows:
7575

7676
We also include sample scripts for GUI-less workflows:
7777

78-
- [JWT Authorization Grant](oauth-playground/scripts/jwt-auth-grant.js)
79-
- [JWT Client Authentication](oauth-playground/scripts/jwt-client-auth.js)
78+
- [JWT Authorization Grant](https://github.com/strongloop/strong-gateway-demo/blob/master/oauth-playground/scripts/jwt-auth-grant.js)
79+
- [JWT Client Authentication](https://github.com/strongloop/strong-gateway-demo/blob/master/oauth-playground/scripts/jwt-client-auth.js)
8080

8181
## Setup
8282

@@ -105,23 +105,21 @@ strongloop v4.0.4 (node v0.10.36)
105105
└── nodefly-register@0.3.3
106106
```
107107

108-
>Check your library versions by running `slc -v` or update them by running `slc
109-
update`.
108+
>Check your versions by running `slc -v` or update them by running `npm install -g strongloop`.
110109
111110
### Obtain a StrongLoop license
112111

113112
>See ["Managing your licenses"](http://docs.strongloop.com/display/SL/Managing+your+licenses).
114113
115114
## Run
116115

117-
We suggest you start at [part 1 of the tutorial](notes-app-plain) and then move
118-
onto [part 2 of the tutorial](notes-app-gateway). Feel free to skip directly to
119-
the [`oauth-playground` example](oauth-playground) if you do not want to go
120-
through the tutorials.
116+
Start with [part 1 of the tutorial](https://github.com/strongloop/strong-gateway-demo/tree/master/notes-app-plain)
117+
Then move to [part 2 of the tutorial](https://github.com/strongloop/strong-gateway-demo/tree/master/notes-app-gateway).
118+
119+
Feel free to skip directly to the
120+
[`oauth-playground` example](https://github.com/strongloop/strong-gateway-demo/tree/master/oauth-playground) if you don't
121+
want to go through the tutorials.
121122

122-
- [Tutorial part 1 - `notes-app-plain`](notes-app-plain)
123-
- [Tutorial part 2 - `notes-app-gateway`](notes-app-gateway)
124-
- [Example - `oauth-playground`](oauth-playground)
125123

126124
---
127125

0 commit comments

Comments
 (0)