Skip to content

Commit

Permalink
content: Fix 404 errors
Browse files Browse the repository at this point in the history
Signed-off-by: Norbert Kamiński <norbert.kaminski@3mdeb.com>
  • Loading branch information
Norbert Kamiński authored and artur-rs committed Jul 14, 2023
1 parent f2dd1d4 commit 5e69a26
Show file tree
Hide file tree
Showing 5 changed files with 146 additions and 147 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Beta deploy status:

## Local preview

1. Run local server: `./scripts/local-preview.sh -b http://<IP-ADDRESS>`
1. Run local server: `./scripts/local-preview.sh http://<IP-ADDRESS>`
1. Go to [http://<IP-ADDRESS>:1313/](http://localhost:1313/) to view the changes.

> _NOTE_: Using `localhost` could end in partial resource import, therefore try
Expand Down
2 changes: 1 addition & 1 deletion config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ link = "https://www.youtube.com/channel/UC_djHbyjuJvhVjfT18nyqmQ"
[[social]]
title = "linkedin"
icon = "fab fa-linkedin" # fontawesome icon pack : https://fontawesome.com/icons/
link = "ttps://www.linkedin.com/company/3mdeb/"
link = "https://www.linkedin.com/company/3mdeb/"

[[social]]
title = "github"
Expand Down
2 changes: 1 addition & 1 deletion content/elements.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Strike through uses two tildes. ~~Scratch this.~~

[I'm a reference-style link][Arbitrary case-insensitive reference text]

[I'm a relative reference to a repository file](../blob/master/LICENSE)
[I'm a relative reference to a repository file](../events)

[You can use numbers for reference-style link definitions][1]

Expand Down
Loading

0 comments on commit 5e69a26

Please sign in to comment.