Skip to content

Instantly share code, notes, and snippets.

@regepan
Created April 27, 2023 01:47
Show Gist options
  • Save regepan/55b13b468abee45f27a533f7e64b0f71 to your computer and use it in GitHub Desktop.
Save regepan/55b13b468abee45f27a533f7e64b0f71 to your computer and use it in GitHub Desktop.

絶対パス(absolute path)

<a href="https://github.com/hoge">XXX</a>

ルートパス(root path)

<a href="/hoge">XXX</a>

相対パス(relative path)

<a href="./hoge">XXX</a>
<a href="../hoge">XXX</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment