Skip to content

Commit 1336bce

Browse files
authored
Update some url (#797)
1 parent d1049ea commit 1336bce

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Be mindful of others' schedules; even minor releases make work downstream (for S
107107
- [ ] On 2.13.0 only: (manually) update the `current` symlink for the API docs
108108
- https://github.com/scala/scala-dist/blob/2.13.x/scripts/jobs/release/website/update-api#L15
109109
- [ ] Check that the API docs are published
110-
- http://www.scala-lang.org/api/$SCALA_VER/
110+
- https://www.scala-lang.org/api/$SCALA_VER/
111111
- https://docs.scala-lang.org/api/all.html ?
112112
- if they don't show up, possible troubleshooting steps include:
113113
- review the two scala-dist job logs to make sure that
@@ -139,7 +139,7 @@ Be mindful of others' schedules; even minor releases make work downstream (for S
139139

140140
### Afterwards
141141
- [ ] Check the release on maven search (may take a few hours):
142-
- https://search.maven.org/#search%7Cga%7C1%7Cg%3Aorg.scala-lang%20v%3A$SCALA_VER
142+
- https://search.maven.org/search?q=g:org.scala-lang%20AND%20v:$SCALA_VER
143143
- [ ] Create PR to add/update spec links on scala-lang.org (example: https://github.com/scala/scala-lang/pull/1050)
144144
- [ ] Create a scala/scala PR to:
145145
- [ ] update `starr.version` in `/versions.properties`

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ The issue tracker in this repository is used to coordinate
66
and plan the ongoing work on the Scala 2.x major releases.
77

88
The canonical repository for the Scala distribution itself
9-
is [scala/scala](http://github.com/scala/scala).
9+
is [scala/scala](https://github.com/scala/scala).
1010

1111
The list of [planned milestones](https://github.com/scala/scala/milestones)
1212
in `scala/scala` and the [release theme issues](https://github.com/scala/scala-dev/issues/324) in this tracker
13-
show how we are progressing towards the plans in our [Roadmap](http://scala-lang.org/news/roadmap-2.13.html).
13+
show how we are progressing towards the plans in our [Roadmap](https://scala-lang.org/news/roadmap-2.13.html).
1414

0 commit comments

Comments
 (0)