8000 HTML spec: replace "moonshot" link with real one by Blaisorblade · Pull Request #374 · scala/docs.scala-lang · GitHub
[go: up one dir, main page]

Skip to content

HTML spec: replace "moonshot" link with real one #374

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

Merged
merged 1 commit into from
Aug 5, 2014
Merged
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/frontpage-content.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<h3><a href="{{ site.baseurl }}/style">Scala Style Guide</a> <span class="label success">Available</span></h3>
<p>Daniel Spiewak and David Copeland’s <em>Scala Style Guide</em> is now available. Thanks to them for putting together such an excellent style guide, and thanks to Simon Ochsenreither for converting it to markdown!</p>

<h3>Language Specification <span class="label notice">Just an Idea</span></h3>
<h3><a href="http://www.scala-lang.org/files/archive/spec/2.11/">Language Specification</a> <span class="label success">Available</span></h3>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We might want something else than "Available" there, depending on how ready the spec is judged, but I'll leave that to others to decide.

<p>It would be nice to have an HTML version of the language specification, right? This is just an idea for now…</p>

<p>&nbsp;</p><p>&nbsp;</p>
Expand Down
0