From aa769dc02f2c1f045ca9438e806c0c0f4026275f Mon Sep 17 00:00:00 2001 From: David Litvak Bruno Date: Wed, 8 Nov 2017 15:59:16 +0100 Subject: [PATCH] chore(github): replace links with real ones (#41) --- README.md | 2 +- views/layout.pug | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 85c5c9b..edc0097 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The Contentful example app, written in node.js. ## Installation ```bash -git clone https://github.com/contentful/example-contentful-university-js.git +git clone https://github.com/contentful/the-example-app.nodejs.git ``` ```bash diff --git a/views/layout.pug b/views/layout.pug index ce7c4f1..740d568 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -118,7 +118,7 @@ html a(href='https://twitter.com/contentful' target='_blank' rel='noopener') svg use(xlink:href='/icons/icons.svg#twitter') - a(href='https://images.contentful.com/82t39nctsu20/1JOkYZnY8YG0w88ImweME2/c8aef71dfe1ea633e16e17d99379416c/Github-repo_2x__1_.png' target='_blank' rel='noopener') + a(href='https://github.com/contentful' target='_blank' rel='noopener') svg use(xlink:href='/icons/icons.svg#github') section.modal#about-this-modal @@ -129,7 +129,7 @@ html p #{translate('modalIntro', currentLocale.code)} p | #{translate('modalCodeIntro', currentLocale.code)}  - a(href='https://images.contentful.com/82t39nctsu20/1JOkYZnY8YG0w88ImweME2/c8aef71dfe1ea633e16e17d99379416c/Github-repo_2x__1_.png' target='_blank' rel='noopener') Github + a(href='https://github.com/contentful/the-example-app.nodejs' target='_blank' rel='noopener') Github | . .modal__cta-wrapper a(href='#').modal__cta.close #{translate('modalCTALabel', currentLocale.code)}