Skip to content

Commit 4a043b6

Browse files
committed
Fix broken link in README
1 parent 4b84712 commit 4a043b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ A custom GH action to easily deploy the deckset is included.
3131

3232
This action is built to support a single `slides.md` file and a single `images` folder as the only sources for the presentation. It should be difficult to customise if you have different needs.
3333

34-
Once the repository gets created wait for the CI to complete at least once and then under [Settings > Pages](/settings/pages) select `Deploy from a Branch` under `Source` and pick the newly created `gh-pages` `/(root)`.
34+
Once the repository gets created wait for the CI to complete at least once and then under `Settings > Pages` select `Deploy from a Branch` under `Source` and pick the newly created `gh-pages` `/(root)`.
3535

3636
If you're using a custom domain you'll need to modify the [cname in the workflow file](./.github/workflows/pages.yml#L41) and setup a corresponding `CNAME` DNS record on your domain to point to `<your-username>.github.io`.
3737

@@ -67,6 +67,8 @@ The [Marp Github discussions](https://github.com/marp-team/marp/discussions) are
6767

6868
A list of supported emojis can be found [here](https://github.com/markdown-it/markdown-it-emoji/blob/3.0.0/lib/data/full.mjs).
6969

70+
---
71+
7072
To concatenate the first two slides I used imagemagick:
7173
```
7274
marp --images png -- slides.md

0 commit comments

Comments
 (0)