Skip to content

Commit f87aae5

Browse files
authored
Merge pull request #1280 from Philippus/fix-broken-links-to-past-events
2 parents 1b409f6 + 6a346ab commit f87aae5

10 files changed

+11
-11
lines changed

_events/2013-07-17-scalapeno.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ location: Tel Aviv, Israel
66
description: Scalapeño is a full-day conference for software developers focused on the Scala programming language.
77
start: 17 July 2013
88
end: 17 July 2013
9-
link-out: http://www.2013.scalapeno.org.il/
9+
link-out: https://www.scalapeno2018.com/
1010
---

_events/2014-09-22-scalapeno.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ location: Ramat Gan, Israel
66
description: The second annual Israeli Scala conference
77
start: 22 September 2014
88
end: 22 September 2014
9-
link-out: http://www.2014.scalapeno.org.il/
9+
link-out: https://www.scalapeno2018.com/
1010
---

_events/2016-02-11-scalasphere.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ location: Kraków
66
description: "Let’s immerse ourselves into Scala DevTools"
77
start: 11 February 2016
88
end: 12 February 2016
9-
link-out: https://scalasphere.org/edition2016/
9+
link-out: https://sphere.it/event/scala-devtools-2016/
1010
---

_events/2016-05-03-scalapeno.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ location: Ramat Gan, Israel
66
description: Scalapeño is an annual conference for software engineers focused on the Scala programming language.
77
start: 3 May 2016
88
end: 3 May 2016
9-
link-out: https://www.scalapeno.org.il/
9+
link-out: https://www.scalapeno2018.com/
1010
---

_events/2017-03-02-scalasphere.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ location: Kraków, Poland
66
description: "Let’s immerse ourselves into Scala DevTools"
77
start: 2 March 2017
88
end: 3 March 2017
9-
link-out: https://scalasphere.org/edition2017/
9+
link-out: https://sphere.it/event/scala-devtools-2017/
1010
---

_events/2018-04-15-scalasphere.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ location: Kraków, Poland
66
description: "Let’s immerse ourselves into Scala Dev Tools"
77
start: 15 April 2018
88
end: 17 April 2018
9-
link-out: https://2018.scala.sphere.it/
9+
link-out: https://sphere.it/event/scala-devtools-2018/
1010
---

_events/2019-10-06-sphereit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ location: Kraków, Poland
66
description: "one conference, five spheres covering the emerging potential of software technology"
77
start: 6 October 2019
88
end: 9 October 2019
9-
link-out: https://archive.sphere.it/previous-editions/#2019
9+
link-out: https://sphere.it/event/scala-devtools-2019/
1010
---

_posts/2013-03-20-gsoc13.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The to goal of this project is to extend the desugaring of for-comprehensions in
3939

4040
### Alternative / social Scala documentation
4141

42-
This project has two parts. First you will work on generating alternative api documentation formats for Scaladoc. You will need to hook into the scaladoc part of the scala compiler, to access and work with Scaladoc's code model. We have a small prototype you can use as a starting point. You should then generate documentation in (non-framed, non-js) single/multi-page HTML, PDF, CHM formats. The result should make sensible use of the scaladoc @-commands and you should think about a good way to present apis designed as in cake patterns. HTML-Formats should support external linking to methods. You can use a documentation generator such as Sphinx to help generating different formats. The second part of this project concerns collaboration. You will need to come up with smart and simple ideas and an implementation how to make Scala api documentation more social, favorably in a way that can be shared between the different HTML doc formats. It can be as simple as adding GitHub Links and Disqus or more involved. Make sure to also review the work that has been done on [Colladoc](https://colladoc.github.com/). We are very open for your own new or alternative ideas regarding any aspect of this project. Good knowledge of modern, accessible HTML/CSS and possibly JS will be helpful. We want to work with you in an agile, ticket-based development style with frequent communication and coordination.
42+
This project has two parts. First you will work on generating alternative api documentation formats for Scaladoc. You will need to hook into the scaladoc part of the scala compiler, to access and work with Scaladoc's code model. We have a small prototype you can use as a starting point. You should then generate documentation in (non-framed, non-js) single/multi-page HTML, PDF, CHM formats. The result should make sensible use of the scaladoc @-commands and you should think about a good way to present apis designed as in cake patterns. HTML-Formats should support external linking to methods. You can use a documentation generator such as Sphinx to help generating different formats. The second part of this project concerns collaboration. You will need to come up with smart and simple ideas and an implementation how to make Scala api documentation more social, favorably in a way that can be shared between the different HTML doc formats. It can be as simple as adding GitHub Links and Disqus or more involved. Make sure to also review the work that has been done on [Colladoc](https://colladoc.github.io/). We are very open for your own new or alternative ideas regarding any aspect of this project. Good knowledge of modern, accessible HTML/CSS and possibly JS will be helpful. We want to work with you in an agile, ticket-based development style with frequent communication and coordination.
4343

4444
* * *
4545

@@ -127,7 +127,7 @@ Skills required for this project are:
127127

128128
\[2\] Lightweight Polymorphic Effects - [https://infoscience.epfl.ch/record/175240](https://infoscience.epfl.ch/record/175240)
129129

130-
\[3\] Lightweight Modular Staging - [https://scala-lms.github.com/](https://scala-lms.github.com/)
130+
\[3\] Lightweight Modular Staging - [https://scala-lms.github.io/](https://scala-lms.github.io/)
131131

132132

133133
* * *

blog/_posts/2020-11-19-scala-3-forward-compat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ to continue using implicit classes to encode extension methods.
318318

319319
On the other hand, some features of Scala 3 are not mappable to features in Scala 2.13,
320320
and will cause a compile-time error when using them. A longer list can be seen in the
321-
migration guide, describing [how Scala 2 reacts to different Scala 3 features](https://scalacenter.github.io/scala-3-migration-guide/docs/compatibility.html#the-scala-2-tasty-reader).
321+
migration guide, describing [how Scala 2 reacts to different Scala 3 features](https://docs.scala-lang.org/scala3/guides/migration/compatibility-classpath.html#the-scala-213-tasty-reader).
322322

323323
For unsupported features, a best effort is made
324324
to report errors at the use-site that is problematic. For example,

community/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ items and opinions. Ask your Scala friends who they follow on Twitter
154154
## Community-Powered Learning Resources
155155

156156
* [Scala Exercises](http://scala-exercises.47deg.com/)
157-
* [Scala School](https://twitter.github.com/scala_school/)
157+
* [Scala School](https://twitter.github.io/scala_school/)
158158
* [Scala Puzzlers](https://scalapuzzlers.com/)
159159
* [Scala Cookbook](http://www.scalacookbook.com/)
160160
* [Interactive Tour](https://scalatutorials.com/tour)

0 commit comments

Comments
 (0)