Skip to content

Commit 8ad1b86

Browse files
committed
fix: apply small docs changes
1 parent 4145a6f commit 8ad1b86

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

docs/site/Creating-servers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ An example request would look something like this:
4646
```
4747

4848
You can find the code for our sample RPC server implementation
49-
[over here](https://github.com/strongloop/loopback4-example-rpc-server).
49+
[over here](https://github.com/strongloop/loopback-next/tree/master/examples/rpc-server).
5050

5151
### Trying it out
5252

docs/site/DEVELOPING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -334,9 +334,8 @@ Please register the new package in the following files:
334334
new package.
335335
- Update [CODEOWNERS](../../CODEOWNERS) - add a new entry listing the primary
336336
maintainers (owners) of the new package
337-
- Ask somebody from the IBM team (e.g. [@bajtos](https://github.com/bajtos),
338-
[@raymondfeng](https://github.com/raymondfeng) or
339-
[@kjdelisle](https://github.com/kjdelisle)) to enlist the new package on
337+
- Ask somebody from the IBM team (e.g. [@bajtos](https://github.com/bajtos) or
338+
[@raymondfeng](https://github.com/raymondfeng) to enlist the new package on
340339
<http://apidocs.loopback.io/>
341340

342341
## How to test infrastructure changes

docs/site/Defining-the-API-using-code-first-approach.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ manipulation of models and their properties, they will be the first to be
4747
defined.
4848

4949
{% include note.html content=" `Todo` model from
50-
[tutorial](https://github.com/strongloop/loopback-next/blob/master/examples/todo/docs/model.md#srcmodelstodomodelts)
50+
[tutorial](https://github.com/strongloop/loopback-next/blob/master/docs/site/todo-tutorial-model.md#srcmodelstodomodelts)
5151
is used for demonstration here.
5252
" %}
5353

@@ -98,7 +98,7 @@ export class Todo {
9898
### Define your routes
9999

100100
{% include note.html content=" `TodoController` from
101-
[tutorial](https://github.com/strongloop/loopback-next/blob/master/examples/todo/docs/controller.md#srccontrollerstodocontrollerts-2)
101+
[tutorial](https://github.com/strongloop/loopback-next/blob/master/docs/site/todo-tutorial-controller.md#srccontrollerstodocontrollerts-2)
102102
is used for demonstration here. " %}
103103

104104
Once your models are defined, create a controller to host your routes for each

docs/site/MONOREPO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ The [loopback-next](https://github.com/strongloop/loopback-next) repository uses
2727
| [testlab](packages/testlab) | @loopback/testlib | A collection of test utilities we use to write LoopBack tests |
2828

2929
We use npm scripts declared in [package.json](package.json) to work with the
30-
monorepo managed by lerna. See [Developing LoopBack](./docs/DEVELOPING.md) for
30+
monorepo managed by lerna. See [Developing LoopBack](./DEVELOPING.md) for
3131
more details.

0 commit comments

Comments
 (0)