Skip to content

Commit

Permalink
Update for Keystone 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stennie committed Jul 25, 2018
1 parent fc6abe9 commit 4b5030e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -90,7 +90,7 @@ Some places to start:
* `./public` - all the files in this folder are served as static assets for your site. Customise and add your own css, client-side javascript, images, etc. here. Any `.less` files will be automatically compiled into `.css` files.
* `./models` - these files are included by `./models/index.js` and each one sets up a different database model in your application. If you add more, be sure to add them to the index file!

Check out the [Keystone 4 documentation](http://keystonejs.netlify.com/) for more information.
Check out the [Keystone 4 documentation](http://v4.keystonejs.com] for more information.

### Ask us questions or tell us what you built

Expand All @@ -99,7 +99,7 @@ We love to hear what people are doing with KeystoneJS, and are always happy to h
* For technical questions, ask on [Stack Overflow](https://stackoverflow.com/tags/keystonejs).
* For bugs or feature suggestions for Keystone Demo, create a [GitHub issue for `keystone-demo`](https://github.com/keystonejs/keystone-demo/issues).
* For bugs or feature suggestions for the KeystoneJS Framework, create a [GitHub issue for `keystone-demo`](https://github.com/keystonejs/keystone/issues).
* For general discussion or feedback, join the [KeystoneJS Slack](https oups.google.com/d/forum/keystonejs).
* For general discussion or feedback, join the [KeystoneJS Slack](http://community.keystonejs.com/).
* For social media shout out, mention [**@keystonejs**](https://twitter.com/keystonejs) on Twitter.

## License
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"async": "^2.6.1",
"csv": "^3.1.0",
"keystone": "^4.0.0-rc.1",
"keystone": "^4.0.0",
"lodash": "^4.17.10",
"pug": "^2.0.3"
},
Expand Down
2 changes: 1 addition & 1 deletion templates/layouts/default.pug
Expand Up @@ -58,7 +58,7 @@ html
block content
//- footer
.site-footer: .container.text-center
p Copyright © 2015 Jed Watson. All rights reserved.
p Copyright © 2015-2018 Jed Watson. All rights reserved.
p: a(href="https://twitter.com/keystonejs", class="twitter-follow-button", data-show-count="false", data-size="large") Follow @keystonejs

script.
Expand Down
4 changes: 2 additions & 2 deletions templates/views/contact.pug
Expand Up @@ -57,5 +57,5 @@ block content
.panel-body Well that's it for the demo, but you can find out more from these links:
.list-group
a(href='http://github.com/KeystoneJS/keystone-demo', target='_blank').list-group-item GitHub Repo
a(href='http://www.keystonejs.com/guide', target='_blank').list-group-item Documentation
a(href='https://groups.google.com/d/forum/keystonejs', target='_blank').list-group-item Google Group
a(href='https://v4.keystonejs.com/getting-started', target='_blank').list-group-item Documentation
a(href='http://community.keystonejs.com', target='_blank').list-group-item KeystoneJS Community Slack
2 changes: 1 addition & 1 deletion templates/views/index.pug
Expand Up @@ -5,7 +5,7 @@ block content
h1 KeystoneJS Demo
.lead This site demonstrates common patterns in <a href='http://keystonejs.com', target='_blank'>KeystoneJS</a>.
a(href='http://github.com/keystonejs/keystone-demo', target='_blank', title='View on GitHub').btn.btn-lg.btn-primary View on GitHub
a(href='http://www.keystonejs.com/docs', target='_blank', title='KeystoneJS Documentation').btn.btn-lg.btn-link Read the Docs
a(href='https://v4.keystonejs.com', target='_blank', title='KeystoneJS Documentation').btn.btn-lg.btn-link Read the Docs

.row
.col-sm-8
Expand Down

0 comments on commit 4b5030e

Please sign in to comment.