chore(github): replace links with real ones (#41)
This commit is contained in:
committed by
GitHub
parent
0d7b489492
commit
aa769dc02f
@@ -10,7 +10,7 @@ The Contentful example app, written in node.js.
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/contentful/example-contentful-university-js.git
|
git clone https://github.com/contentful/the-example-app.nodejs.git
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
@@ -118,7 +118,7 @@ html
|
|||||||
a(href='https://twitter.com/contentful' target='_blank' rel='noopener')
|
a(href='https://twitter.com/contentful' target='_blank' rel='noopener')
|
||||||
svg
|
svg
|
||||||
use(xlink:href='/icons/icons.svg#twitter')
|
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
|
svg
|
||||||
use(xlink:href='/icons/icons.svg#github')
|
use(xlink:href='/icons/icons.svg#github')
|
||||||
section.modal#about-this-modal
|
section.modal#about-this-modal
|
||||||
@@ -129,7 +129,7 @@ html
|
|||||||
p #{translate('modalIntro', currentLocale.code)}
|
p #{translate('modalIntro', currentLocale.code)}
|
||||||
p
|
p
|
||||||
| #{translate('modalCodeIntro', currentLocale.code)}
|
| #{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
|
.modal__cta-wrapper
|
||||||
a(href='#').modal__cta.close #{translate('modalCTALabel', currentLocale.code)}
|
a(href='#').modal__cta.close #{translate('modalCTALabel', currentLocale.code)}
|
||||||
|
|||||||
Reference in New Issue
Block a user