diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ff49bde..e2bff4a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,7 @@ Hi there! We're thrilled that you'd like to contribute to this project. Your hel Please note that this project is released with a [Contributor Code of Conduct][code-of-conduct]. By participating in this project you agree to abide by its terms. -Want to chat with Probot users and contributors? [Join us in Slack](https://probot-slackin.herokuapp.com/)! +Want to get more involved with the Probot community? [Take a look at our community page](https://probot.github.io/community/)! ## Issues diff --git a/README.md b/README.md index 68d2dc0..ed22102 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Once you've cloned this repo, run these commands in this directory: # Only needed the first time: script/bootstrap # And each time you work locally: -script/serve +script/server ``` You should then be able to navigate to the URL printed in your console, and see live edits you make render in your browser. You'll likely have to familiarize yourself with how Jekyll works to do larger edits, but it's worth the effort!