Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit b69c470

Browse files
fix: Github urls
1 parent a6e4000 commit b69c470

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/docs/edit/app-edit-markdown/app-edit-markdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ If you wish, you could edit your [DeckDeckGo] presentation using Markdown. This
1313

1414
## Introduction
1515

16-
When you edit your talk with Markdown, the [DeckDeckGo Webpack Markdown Plugin](https://github.com/deckgo/deckdeckgo/webpack) will convert, at bundle time, your code to HTML and will inject the results in the `index.html` file. Doing so, your [DeckDeckGo] presentation will remain SEO friendly even without server side rendering.
16+
When you edit your talk with Markdown, the [DeckDeckGo Webpack Markdown Plugin](https://github.com/deckgo/deckdeckgo/tree/master/webpack) will convert, at bundle time, your code to HTML and will inject the results in the `index.html` file. Doing so, your [DeckDeckGo] presentation will remain SEO friendly even without server side rendering.
1717

1818
## Edit
1919

docs/docs/introduction/app-introduction/app-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Getting started
22

3-
[DeckDeckGo] provides a [CLI](https://github.com/deckgo/create-deckdeckgo) and a [starter kit](https://github.com/deckgo/deckdeckgo/cli).
3+
[DeckDeckGo] provides a [CLI](https://github.com/deckgo/deckdeckgo/tree/master/cli) and a [starter kit](https://github.com/deckgo/deckdeckgo-starter).
44

55
## Prerequisites
66

docs/src/app/pages/docs/edit/app-edit-markdown/app-edit-markdown.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export class AppEditMarkdown {
4444
<li><a href="#app-edit-markdown-summary">Summary</a></li>
4545
</ul>
4646
<h2 id="app-edit-markdown-introduction">Introduction</h2>
47-
<p>When you edit your talk with Markdown, the <a href="https://github.com/deckgo/deckdeckgo/webpack">DeckDeckGo Webpack Markdown Plugin</a> will convert, at bundle time, your code to HTML and will inject the results in the <code>index.html</code> file. Doing so, your <a href="https://deckdeckgo.com">DeckDeckGo</a> presentation will remain SEO friendly even without server side rendering. </p>
47+
<p>When you edit your talk with Markdown, the <a href="https://github.com/deckgo/deckdeckgo/tree/master/webpack">DeckDeckGo Webpack Markdown Plugin</a> will convert, at bundle time, your code to HTML and will inject the results in the <code>index.html</code> file. Doing so, your <a href="https://deckdeckgo.com">DeckDeckGo</a> presentation will remain SEO friendly even without server side rendering. </p>
4848
<h2 id="app-edit-markdown-edit">Edit</h2>
4949
<p>To begin to edit your talk, instead of editing the <code>index.html</code> you will instead have to edit the <code>index.md</code> file provided by the starter kit.</p>
5050
<p>Furthermore than the standard Markdown tags, you will be able to use extended tags in order to specify which types of slides you would like to use. For that purpose, use the separator <code>---</code> followed by a shortened version of the template&#39;s name, like for example <code>--- title</code> for <code>&lt;/deckgo-slide-title&gt;</code>.</p>

docs/src/app/pages/docs/introduction/app-introduction/app-introduction.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export class AppIntroduction {
3232

3333
<ion-content class="ion-padding">
3434
<main><h1 id="app-introduction-getting-started">Getting started</h1>
35-
<p><a href="https://deckdeckgo.com">DeckDeckGo</a> provides a <a href="https://github.com/deckgo/create-deckdeckgo">CLI</a> and a <a href="https://github.com/deckgo/deckdeckgo/cli">starter kit</a>.</p>
35+
<p><a href="https://deckdeckgo.com">DeckDeckGo</a> provides a <a href="https://github.com/deckgo/deckdeckgo/tree/master/cli">CLI</a> and a <a href="https://github.com/deckgo/deckdeckgo-starter">starter kit</a>.</p>
3636
<h2 id="app-introduction-prerequisites">Prerequisites</h2>
3737
<p><a href="https://deckdeckgo.com">DeckDeckGo</a> requires a recent LTS version of <a href="https://nodejs.org">NodeJS</a> and npm. Make sure you&#39;ve installed and/or updated Node before continuing.</p>
3838
<blockquote>

0 commit comments

Comments
 (0)