Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove redundant . from Scala coursier download instructions #1695

Merged
merged 2 commits into from
Sep 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _includes/downloads-scala2.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h2>Ways to Install This Release</h2>
Using <a
href="https://docs.scala-lang.org/getting-started/index.html#using-the-scala-installer-recommended-way">Coursier
CLI</a>, run:<br>
<code>cs install scala:{{ page.release_version }} && cs install scalac:{{ page.release_version }}</code>.
<code>cs install scala:{{ page.release_version }} && cs install scalac:{{ page.release_version }}</code>
</li>
<li>
<div id="download-binaries"></div>Download the Scala binaries for <span id="users-os"></span>
Expand Down
2 changes: 1 addition & 1 deletion _includes/downloads-scala3.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h2>Ways to Install This Release</h2>
Using <a
href="https://docs.scala-lang.org/getting-started/index.html#using-the-scala-installer-recommended-way">Coursier
CLI</a>, run:<br>
<code>cs install scala:{{page.release_version}} && cs install scalac:{{page.release_version}}</code>.
<code>cs install scala:{{page.release_version}} && cs install scalac:{{page.release_version}}</code>
</li>
<li>
Download the Scala binaries for <strong>{{page.release_version}}</strong> at <a
Expand Down