Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

fixes broken links to doc files for editing #184

Open
wants to merge 1 commit into
base: typelevel-readme
Choose a base branch
from
Open
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 src/main/tut/docs/basic_structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Understanding the basic structure

WIP

Want to contribute? [Edit this file](https://github.com/typelevel/scala/edit/typelevel-readme/src/main/resources/microsite/docs/basic_structure.md)
Want to contribute? [Edit this file](https://github.com/typelevel/scala/edit/typelevel-readme/src/main/tut/docs/basic_structure.md)



Expand Down
2 changes: 1 addition & 1 deletion src/main/tut/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ represents elements of the Scala language.
* [Symbols](./symbols.html)
* [Types](./types.html)

If you want to contribute, you can easily do so via edit links present at the bottom of the pages [like this one](https://github.com/typelevel/scala/edit/typelevel-readme/src/main/resources/microsite/docs/index.md)
If you want to contribute, you can easily do so via edit links present at the bottom of the pages [like this one](https://github.com/typelevel/scala/edit/typelevel-readme/src/main/tut/docs/index.md)
2 changes: 1 addition & 1 deletion src/main/tut/docs/phases.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,4 +400,4 @@ package <empty> {
[[syntax trees at end of jvm]] // sample.scala: tree is unchanged since flatten
```

Want to contribute? [Edit this file](https://github.com/typelevel/scala/edit/typelevel-readme/src/main/resources/microsite/docs/phases.md)
Want to contribute? [Edit this file](https://github.com/typelevel/scala/edit/typelevel-readme/src/main/tut/docs/phases.md)
2 changes: 1 addition & 1 deletion src/main/tut/docs/project_structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@ Once in `sbt`, run `compile`. The first time this may take several minutes, depe

Once it finishes, you are ready to start hacking the compiler. For more information on the initial compilation you may want to read [Miles Sabin's post](https://milessabin.com/blog/2016/05/13/scalac-hacking/) on working with the compiler, if you haven't already.

Want to contribute? [Edit this file](https://github.com/typelevel/scala/edit/typelevel-readme/src/main/resources/microsite/docs/project_structure.md)
Want to contribute? [Edit this file](https://github.com/typelevel/scala/edit/typelevel-readme/src/main/tut/docs/project_structure.md)
2 changes: 1 addition & 1 deletion src/main/tut/docs/references.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ structure of the Scala Compiler and its variants.

* [Miles Sabin](https://github.com/milessabin), [Hacking on scalac — 0 to PR in an hour](https://milessabin.com/blog/2016/05/13/scalac-hacking/). An excellent introduction to working with the Scala compiler.

Want to contribute? [Edit this file](https://github.com/typelevel/scala/edit/typelevel-readme/src/main/resources/microsite/docs/references.md)
Want to contribute? [Edit this file](https://github.com/typelevel/scala/edit/typelevel-readme/src/main/tut/docs/references.md)
2 changes: 1 addition & 1 deletion src/main/tut/docs/symbols.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ title: Symbols

The official documentation of the compiler has a great section explaining [Symbols](http://docs.scala-lang.org/overviews/reflection/symbols-trees-types.html).

Want to contribute? [Edit this file](https://github.com/typelevel/scala/edit/typelevel-readme/src/main/resources/microsite/docs/symbols.md)
Want to contribute? [Edit this file](https://github.com/typelevel/scala/edit/typelevel-readme/src/main/tut/docs/symbols.md)
2 changes: 1 addition & 1 deletion src/main/tut/docs/trees.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ as described in the [language specification](https://www.scala-lang.org/files/ar

The official documentation of the compiler has a great section giving more details on [Trees](http://docs.scala-lang.org/overviews/reflection/symbols-trees-types.html)/

Want to contribute? [Edit this file](https://github.com/typelevel/scala/edit/typelevel-readme/src/main/resources/microsite/docs/trees.md)
Want to contribute? [Edit this file](https://github.com/typelevel/scala/edit/typelevel-readme/src/main/tut/docs/trees.md)
2 changes: 1 addition & 1 deletion src/main/tut/docs/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Types in scalac

WIP

Want to contribute? [Edit this file](https://github.com/typelevel/scala/edit/typelevel-readme/src/main/resources/microsite/docs/types.md)
Want to contribute? [Edit this file](https://github.com/typelevel/scala/edit/typelevel-readme/src/main/tut/docs/types.md)