SeedV / SeedLang

An embeddable and visualizable scripting engine for .Net and Unity.
https://seedv.github.io/SeedLang/
Apache License 2.0
9 stars 1 forks source link

Fix broken relative links #236

Closed wixette closed 2 years ago

wixette commented 2 years ago

Relative links to *.md are broken on the GitHub pages site https://seedv.github.io/SeedLang/ (those links worked on local server instead)

I tried to fix broken links with the following changes:

  1. Add baseurl: "/SeedLang" to the jekyall config file.
  2. Prepend {{ site.baseurl }} to each relative *.md link.

A local test proves the change works for relative links. But I am not quite sure this will work well on GitHub pages - depending on the push result after this PR is merged.