From a0195fae696df3b4958e570014090d021c193f59 Mon Sep 17 00:00:00 2001 From: Isaac White Date: Tue, 19 Mar 2019 10:01:29 -0400 Subject: [PATCH] point at nytimes/library --- README.md | 4 ++-- app.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c1c4a59d..ce1e2413 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ A collaborative newsroom documentation site, powered by Google Docs. ## Demo Site & User Guide -A working (read only) demo of Library is available at http://nyt-library-demo.herokuapp.com. The site contains +A working (read only) demo of Library is available at https://nyt-library-demo.herokuapp.com. The site contains instructions for how to get the most out of Library. ## Development Workflow @@ -84,7 +84,7 @@ match the branding of your organization. This is covered in the [customization r Use this button to quickly deploy to Heroku: -[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/newsdev/library-opensource/) +[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/nytimes/library/) To set your app's `GOOGLE_APPLICATION_JSON`, `GOOGLE_CLIENT_ID`, and `GOOGLE_CLIENT_SECRET` in Heroku, [set up a Google service account](https://console.cloud.google.com/iam-admin/serviceaccounts) and [OAuth 2.0 client](https://developers.google.com/identity/protocols/OAuth2). Add *.com* as an authorized domain in the general OAuth consent screen setup and then add *http://.com/auth/redirect* as the callback url in the OAuth credential setup itself. Set up your service account with API access to Drive and Cloud Datastore. diff --git a/app.json b/app.json index 2d196c3d..d9ce4613 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "name": "Library on Heroku", "description": "One place for your organization's documents.", "logo": "https://int.nyt.com/assets/library/icon-logo.png", - "repository": "https://github.com/newsdev/library-opensource", + "repository": "https://github.com/nytimes/library", "env": { "GOOGLE_APPLICATION_CREDENTIALS": { "description": "This should always be `parse_json`.",