From 4b5030e06f1cee74766907320fc36772b6d9b352 Mon Sep 17 00:00:00 2001 From: Stephen Steneker Date: Thu, 26 Jul 2018 06:25:38 +1000 Subject: [PATCH] Update for Keystone 4.0.0 --- README.md | 4 ++-- package.json | 2 +- templates/layouts/default.pug | 2 +- templates/views/contact.pug | 4 ++-- templates/views/index.pug | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d65d34b..c83c118 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/package.json b/package.json index b1a7593..2099c41 100755 --- a/package.json +++ b/package.json @@ -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" }, diff --git a/templates/layouts/default.pug b/templates/layouts/default.pug index 1cc3212..598c0a4 100644 --- a/templates/layouts/default.pug +++ b/templates/layouts/default.pug @@ -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. diff --git a/templates/views/contact.pug b/templates/views/contact.pug index 18039df..b282108 100644 --- a/templates/views/contact.pug +++ b/templates/views/contact.pug @@ -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 diff --git a/templates/views/index.pug b/templates/views/index.pug index d5418e3..aba7f34 100644 --- a/templates/views/index.pug +++ b/templates/views/index.pug @@ -5,7 +5,7 @@ block content h1 KeystoneJS Demo .lead This site demonstrates common patterns in KeystoneJS. 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