Skip to content

Commit

Permalink
Fix cask code URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhongRuoyu committed Aug 10, 2023
1 parent ab277a4 commit 325314c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/cask.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h2>{{ token }}</h2>
<p class="homepage"><a href="{{ c.homepage }}">{{ c.homepage }}</a></p>

<p><a href="{{ site.baseurl }}/api/cask/{{ token }}.json"><code>/api/cask/{{ token }}.json</code> (JSON API)</a></p>
<p><a target="_blank" href="{{ site.taps.cask.remote }}/blob/{{ c.tap_git_head }}/Casks/{{ token }}.rb">Cask code</a> on GitHub</p>
<p><a target="_blank" href="{{ site.taps.cask.remote }}/blob/{{ c.tap_git_head }}/{{ c.ruby_source_path }}.rb">Cask code</a> on GitHub</p>

<p>Current version: <a href="{{ c.url }}">{{ c.version }}</a></p>

Expand Down

0 comments on commit 325314c

Please sign in to comment.