Skip to content

Commit f41b286

Browse files
committed
Move doc
1 parent 43869ff commit f41b286

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
File renamed without changes.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ Lead Maintainer: [Eran Hammer](https://github.com/hueniverse)
2020
- For a self-guided lesson on hapi, use [Make Me Hapi](https://github.com/hapijs/makemehapi).
2121
- For a full application example, check out [postmile](https://github.com/hueniverse/postmile).
2222
- Information about the **work-in-progress** in the master branch:
23-
- [API reference](/docs/Reference.md)
23+
- [API reference](/API.md)
2424
- [Upcoming breaking changes](https://github.com/hapijs/hapi/issues?labels=breaking+changes)
2525
- For **discussions** join the [#hapi channel](http://webchat.freenode.net/?channels=hapi) on irc.freenode.net.

npm-shrinkwrap.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "hapi",
33
"description": "HTTP Server framework",
44
"homepage": "http://hapijs.com",
5-
"version": "8.0.0-rc8",
5+
"version": "8.0.0-rc9",
66
"repository": {
77
"type": "git",
88
"url": "git://github.com/hapijs/hapi"
@@ -28,7 +28,7 @@
2828
"h2o2": "4.0.0-rc2",
2929
"heavy": "3.0.0-rc1",
3030
"hoek": "^2.10.x",
31-
"inert": "2.0.0-rc5",
31+
"inert": "2.0.0-rc6",
3232
"iron": "2.x.x",
3333
"items": "1.x.x",
3434
"joi": "5.x.x",

0 commit comments

Comments
 (0)