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

Commit 894cc4b

Browse files
committed
Fix broken link and http to https.
1 parent f3a3d94 commit 894cc4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ this list, this might be a very good place to start contributing!
3434
### Overall Architecture
3535

3636
Refactorings are implemented on top of
37-
[ASTs](http://docs.scala-lang.org/overviews/reflection/symbols-trees-types)
37+
[ASTs](https://docs.scala-lang.org/overviews/reflection/symbols-trees-types.html)
3838
from the Scala Presentation Compiler. If you plan to work on the library, you
3939
should definitely take a look at
4040
[Mirko Stockers Master Theses](https://github.com/scala-ide/scala-refactoring/raw/thesis-documentation/scala-refactoring.pdf).

0 commit comments

Comments
 (0)