From 1336bce67f09910e5ffb25691f7da885be4be4e4 Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Sun, 31 Oct 2021 23:11:17 +0900 Subject: [PATCH] Update some url (#797) --- .github/ISSUE_TEMPLATE/release.md | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/release.md b/.github/ISSUE_TEMPLATE/release.md index 44404f001e..57ddca4a59 100644 --- a/.github/ISSUE_TEMPLATE/release.md +++ b/.github/ISSUE_TEMPLATE/release.md @@ -107,7 +107,7 @@ Be mindful of others' schedules; even minor releases make work downstream (for S - [ ] On 2.13.0 only: (manually) update the `current` symlink for the API docs - https://github.com/scala/scala-dist/blob/2.13.x/scripts/jobs/release/website/update-api#L15 - [ ] Check that the API docs are published - - http://www.scala-lang.org/api/$SCALA_VER/ + - https://www.scala-lang.org/api/$SCALA_VER/ - https://docs.scala-lang.org/api/all.html ? - if they don't show up, possible troubleshooting steps include: - 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 ### Afterwards - [ ] Check the release on maven search (may take a few hours): - - https://search.maven.org/#search%7Cga%7C1%7Cg%3Aorg.scala-lang%20v%3A$SCALA_VER + - https://search.maven.org/search?q=g:org.scala-lang%20AND%20v:$SCALA_VER - [ ] Create PR to add/update spec links on scala-lang.org (example: https://github.com/scala/scala-lang/pull/1050) - [ ] Create a scala/scala PR to: - [ ] update `starr.version` in `/versions.properties` diff --git a/README.md b/README.md index 3f81efbb12..3b81cb42a1 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ The issue tracker in this repository is used to coordinate and plan the ongoing work on the Scala 2.x major releases. The canonical repository for the Scala distribution itself -is [scala/scala](http://github.com/scala/scala). +is [scala/scala](https://github.com/scala/scala). The list of [planned milestones](https://github.com/scala/scala/milestones) in `scala/scala` and the [release theme issues](https://github.com/scala/scala-dev/issues/324) in this tracker -show how we are progressing towards the plans in our [Roadmap](http://scala-lang.org/news/roadmap-2.13.html). +show how we are progressing towards the plans in our [Roadmap](https://scala-lang.org/news/roadmap-2.13.html).