diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 25f5b5bec..7a90de47c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,5 @@ [StackOverflow]: https://stackoverflow.com/tags/sbt - [Setup]: http://www.scala-sbt.org/release/docs/Getting-Started/Setup + [Setup]: https://www.scala-sbt.org/release/docs/Getting-Started/Setup [Issues]: https://github.com/sbt/sbt/issues [sbt-contrib]: https://gitter.im/sbt/sbt-contrib [327]: https://github.com/sbt/sbt/issues/327 diff --git a/DEVELOPING.md b/DEVELOPING.md index b6f9ad032..630b90089 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -160,7 +160,7 @@ suite with `sbt testOnly` Scripted integration tests reside in `sbt/src/sbt-test` and are written using the same testing infrastructure sbt plugin authors can use to test their own plugins with sbt. You can read more about this -style of tests [here](http://www.scala-sbt.org/1.0/docs/Testing-sbt-plugins). +style of tests [here](https://www.scala-sbt.org/1.0/docs/Testing-sbt-plugins). You can run the integration tests with the `sbt scripted` sbt command. To run a single test, such as the test in diff --git a/README.md b/README.md index ec224cf6a..910a7cfda 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ [sbt/sbt-zero-seven]: https://github.com/sbt/sbt-zero-seven [CONTRIBUTING]: CONTRIBUTING.md - [Setup]: http://www.scala-sbt.org/release/docs/Getting-Started/Setup - [FAQ]: http://www.scala-sbt.org/release/docs/Faq.html + [Setup]: https://www.scala-sbt.org/release/docs/Getting-Started/Setup + [FAQ]: https://www.scala-sbt.org/release/docs/Faq.html [sbt-dev]: https://groups.google.com/d/forum/sbt-dev [searching]: https://stackoverflow.com/tags/sbt [asking]: https://stackoverflow.com/questions/ask?tags=sbt @@ -21,7 +21,7 @@ sbt sbt is a build tool for Scala, Java, and more. -For general documentation, see http://www.scala-sbt.org/. +For general documentation, see https://www.scala-sbt.org/. sbt 1.x --------- diff --git a/main-settings/src/main/scala/sbt/Structure.scala b/main-settings/src/main/scala/sbt/Structure.scala index f29ca0fa5..5d7eadad3 100644 --- a/main-settings/src/main/scala/sbt/Structure.scala +++ b/main-settings/src/main/scala/sbt/Structure.scala @@ -597,7 +597,7 @@ object Scoped { /** The sbt 0.10 style DSL was deprecated in 0.13.13, favouring the use of the '.value' macro. * - * See http://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#Migrating+from+sbt+0.12+style for how to migrate. + * See https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#Migrating+from+sbt+0.12+style for how to migrate. */ trait TupleSyntax { import Scoped._ diff --git a/main-settings/src/main/scala/sbt/std/InputWrapper.scala b/main-settings/src/main/scala/sbt/std/InputWrapper.scala index 79898b97f..64fe5508d 100644 --- a/main-settings/src/main/scala/sbt/std/InputWrapper.scala +++ b/main-settings/src/main/scala/sbt/std/InputWrapper.scala @@ -140,7 +140,7 @@ object InputWrapper { c.abort( pos, """`value` is removed from input tasks. Use `evaluated` or `inputTaskValue`. - |See http://www.scala-sbt.org/1.0/docs/Input-Tasks.html for more details.""".stripMargin + |See https://www.scala-sbt.org/1.0/docs/Input-Tasks.html for more details.""".stripMargin ) } InputWrapper.wrapInit[T](c)(ts, pos) diff --git a/main-settings/src/main/scala/sbt/std/TaskMacro.scala b/main-settings/src/main/scala/sbt/std/TaskMacro.scala index 13690ceb9..01cb74bee 100644 --- a/main-settings/src/main/scala/sbt/std/TaskMacro.scala +++ b/main-settings/src/main/scala/sbt/std/TaskMacro.scala @@ -93,12 +93,12 @@ object TaskMacro { final val InputTaskCreateDynName = "createDyn" final val InputTaskCreateFreeName = "createFree" final val append1Migration = - "`<+=` operator is removed. Try `lhs += { x.value }`\n or see http://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html." + "`<+=` operator is removed. Try `lhs += { x.value }`\n or see https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html." final val appendNMigration = - "`<++=` operator is removed. Try `lhs ++= { x.value }`\n or see http://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html." + "`<++=` operator is removed. Try `lhs ++= { x.value }`\n or see https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html." final val assignMigration = """`<<=` operator is removed. Use `key := { x.value }` or `key ~= (old => { newValue })`. - |See http://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html""".stripMargin + |See https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html""".stripMargin import LinterDSL.{ Empty => EmptyLinter } diff --git a/notes/0.13.13.markdown b/notes/0.13.13.markdown index 75b5c31c5..a49ddb60d 100644 --- a/notes/0.13.13.markdown +++ b/notes/0.13.13.markdown @@ -121,7 +121,7 @@ This becomes: run := docsRunSetting.evaluated -See [Migrating from sbt 0.12.x](http://www.scala-sbt.org/0.13/docs/Migrating-from-sbt-012x.html) for more details. +See [Migrating from sbt 0.12.x](https://www.scala-sbt.org/0.13/docs/Migrating-from-sbt-012x.html) for more details. [#2716][2716]/[#2763][2763]/[#2764][2764] by [@eed3si9n][@eed3si9n] and [@dwijnand][@dwijnand] diff --git a/notes/0.13.14.markdown b/notes/0.13.14.markdown index 10210419c..d0249d9a8 100644 --- a/notes/0.13.14.markdown +++ b/notes/0.13.14.markdown @@ -58,7 +58,7 @@ since the resolution happens off of a local-preloaded repository. No changes should be necessary to your project definition and all plugins published for sbt 0.13.{x|x<14} should still work. -See [Migrating from sbt 0.12.x](http://www.scala-sbt.org/0.13/docs/Migrating-from-sbt-012x.html) for details on the old operator deprecation. +See [Migrating from sbt 0.12.x](https://www.scala-sbt.org/0.13/docs/Migrating-from-sbt-012x.html) for details on the old operator deprecation. Special thanks to the contributors for making this release a success. According to `git shortlog -sn --no-merges v0.13.13..0.13`, compared to 0.13.13, there were 42 (non-merge) commits, by ten contributors: Dale Wijnand, Eugene Yokota, Guillaume Martres, Jason Zaugg, Petro Verkhogliad, Eric Richardson, Claudio Bley, Haochi Chen, Paul Draper, Ashley Mercer. Thank you! diff --git a/notes/0.13.7.markdown b/notes/0.13.7.markdown index 7a1cdc0a3..2cddb7576 100644 --- a/notes/0.13.7.markdown +++ b/notes/0.13.7.markdown @@ -1,5 +1,5 @@ - [Cached-Resolution]: http://www.scala-sbt.org/0.13/docs/Cached-Resolution.html + [Cached-Resolution]: https://www.scala-sbt.org/0.13/docs/Cached-Resolution.html [@cunei]: https://github.com/cunei [@eed3si9n]: https://github.com/eed3si9n [@gkossakowski]: https://github.com/gkossakowski diff --git a/notes/0.13.8.markdown b/notes/0.13.8.markdown index 1699e41f2..3f77b4f09 100644 --- a/notes/0.13.8.markdown +++ b/notes/0.13.8.markdown @@ -13,7 +13,7 @@ [@j-keck]: https://github.com/j-keck [@xuwei-k]: https://github.com/xuwei-k [SI-9027]: https://issues.scala-lang.org/browse/SI-9027 - [Custom-Settings0]: http://www.scala-sbt.org/0.13/tutorial/Custom-Settings.html + [Custom-Settings0]: https://www.scala-sbt.org/0.13/tutorial/Custom-Settings.html [321]: https://github.com/sbt/sbt/issues/321 [647]: https://github.com/sbt/sbt/issues/647 [679]: https://github.com/sbt/sbt/issues/679 diff --git a/notes/1.0.0.markdown b/notes/1.0.0.markdown index f89cce1d0..6c0c648a9 100644 --- a/notes/1.0.0.markdown +++ b/notes/1.0.0.markdown @@ -262,8 +262,8 @@ that would should work together to allow dependency locking. Too many people to thank here. See [Credits][Credits] - [Credits]: http://www.scala-sbt.org/1.x/docs/Credits.html - [Migrating-from-sbt-013x]: http://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html + [Credits]: https://www.scala-sbt.org/1.x/docs/Credits.html + [Migrating-from-sbt-013x]: https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html [@eed3si9n]: https://github.com/eed3si9n [@dwijnand]: https://github.com/dwijnand [@jvican]: https://github.com/jvican diff --git a/notes/about.markdown b/notes/about.markdown index aedb2df72..2cd2b85b5 100644 --- a/notes/about.markdown +++ b/notes/about.markdown @@ -1 +1 @@ -[sbt](http://www.scala-sbt.org/) is the interactive build tool. +[sbt](https://www.scala-sbt.org/) is the interactive build tool. diff --git a/protocol/src/main/contraband-scala/sbt/internal/langserver/Command.scala b/protocol/src/main/contraband-scala/sbt/internal/langserver/Command.scala index f3c320752..f17c17c75 100644 --- a/protocol/src/main/contraband-scala/sbt/internal/langserver/Command.scala +++ b/protocol/src/main/contraband-scala/sbt/internal/langserver/Command.scala @@ -1,5 +1,5 @@ /** - * This code is generated using [[http://www.scala-sbt.org/contraband/ sbt-contraband]]. + * This code is generated using [[https://www.scala-sbt.org/contraband/ sbt-contraband]]. */ // DO NOT EDIT MANUALLY diff --git a/protocol/src/main/contraband-scala/sbt/internal/langserver/CompletionContext.scala b/protocol/src/main/contraband-scala/sbt/internal/langserver/CompletionContext.scala index 422069c97..e188837df 100644 --- a/protocol/src/main/contraband-scala/sbt/internal/langserver/CompletionContext.scala +++ b/protocol/src/main/contraband-scala/sbt/internal/langserver/CompletionContext.scala @@ -1,5 +1,5 @@ /** - * This code is generated using [[http://www.scala-sbt.org/contraband/ sbt-contraband]]. + * This code is generated using [[https://www.scala-sbt.org/contraband/ sbt-contraband]]. */ // DO NOT EDIT MANUALLY diff --git a/protocol/src/main/contraband-scala/sbt/internal/langserver/CompletionItem.scala b/protocol/src/main/contraband-scala/sbt/internal/langserver/CompletionItem.scala index f10d989fc..a92151fc2 100644 --- a/protocol/src/main/contraband-scala/sbt/internal/langserver/CompletionItem.scala +++ b/protocol/src/main/contraband-scala/sbt/internal/langserver/CompletionItem.scala @@ -1,5 +1,5 @@ /** - * This code is generated using [[http://www.scala-sbt.org/contraband/ sbt-contraband]]. + * This code is generated using [[https://www.scala-sbt.org/contraband/ sbt-contraband]]. */ // DO NOT EDIT MANUALLY diff --git a/protocol/src/main/contraband-scala/sbt/internal/langserver/CompletionList.scala b/protocol/src/main/contraband-scala/sbt/internal/langserver/CompletionList.scala index ffebf8bd8..86a3bbbc3 100644 --- a/protocol/src/main/contraband-scala/sbt/internal/langserver/CompletionList.scala +++ b/protocol/src/main/contraband-scala/sbt/internal/langserver/CompletionList.scala @@ -1,5 +1,5 @@ /** - * This code is generated using [[http://www.scala-sbt.org/contraband/ sbt-contraband]]. + * This code is generated using [[https://www.scala-sbt.org/contraband/ sbt-contraband]]. */ // DO NOT EDIT MANUALLY diff --git a/protocol/src/main/contraband-scala/sbt/internal/langserver/CompletionParams.scala b/protocol/src/main/contraband-scala/sbt/internal/langserver/CompletionParams.scala index 3859a64d3..14bdab16e 100644 --- a/protocol/src/main/contraband-scala/sbt/internal/langserver/CompletionParams.scala +++ b/protocol/src/main/contraband-scala/sbt/internal/langserver/CompletionParams.scala @@ -1,5 +1,5 @@ /** - * This code is generated using [[http://www.scala-sbt.org/contraband/ sbt-contraband]]. + * This code is generated using [[https://www.scala-sbt.org/contraband/ sbt-contraband]]. */ // DO NOT EDIT MANUALLY diff --git a/protocol/src/main/contraband-scala/sbt/internal/langserver/TextEdit.scala b/protocol/src/main/contraband-scala/sbt/internal/langserver/TextEdit.scala index 627772312..1eaec9be1 100644 --- a/protocol/src/main/contraband-scala/sbt/internal/langserver/TextEdit.scala +++ b/protocol/src/main/contraband-scala/sbt/internal/langserver/TextEdit.scala @@ -1,5 +1,5 @@ /** - * This code is generated using [[http://www.scala-sbt.org/contraband/ sbt-contraband]]. + * This code is generated using [[https://www.scala-sbt.org/contraband/ sbt-contraband]]. */ // DO NOT EDIT MANUALLY diff --git a/protocol/src/main/contraband-scala/sbt/internal/langserver/codec/CommandFormats.scala b/protocol/src/main/contraband-scala/sbt/internal/langserver/codec/CommandFormats.scala index ac4efad4b..581f56a11 100644 --- a/protocol/src/main/contraband-scala/sbt/internal/langserver/codec/CommandFormats.scala +++ b/protocol/src/main/contraband-scala/sbt/internal/langserver/codec/CommandFormats.scala @@ -1,5 +1,5 @@ /** - * This code is generated using [[http://www.scala-sbt.org/contraband/ sbt-contraband]]. + * This code is generated using [[https://www.scala-sbt.org/contraband/ sbt-contraband]]. */ // DO NOT EDIT MANUALLY diff --git a/protocol/src/main/contraband-scala/sbt/internal/langserver/codec/CompletionContextFormats.scala b/protocol/src/main/contraband-scala/sbt/internal/langserver/codec/CompletionContextFormats.scala index ef59ec048..ccb5556c1 100644 --- a/protocol/src/main/contraband-scala/sbt/internal/langserver/codec/CompletionContextFormats.scala +++ b/protocol/src/main/contraband-scala/sbt/internal/langserver/codec/CompletionContextFormats.scala @@ -1,5 +1,5 @@ /** - * This code is generated using [[http://www.scala-sbt.org/contraband/ sbt-contraband]]. + * This code is generated using [[https://www.scala-sbt.org/contraband/ sbt-contraband]]. */ // DO NOT EDIT MANUALLY diff --git a/protocol/src/main/contraband-scala/sbt/internal/langserver/codec/CompletionItemFormats.scala b/protocol/src/main/contraband-scala/sbt/internal/langserver/codec/CompletionItemFormats.scala index 56c4aa129..dfd6d09be 100644 --- a/protocol/src/main/contraband-scala/sbt/internal/langserver/codec/CompletionItemFormats.scala +++ b/protocol/src/main/contraband-scala/sbt/internal/langserver/codec/CompletionItemFormats.scala @@ -1,5 +1,5 @@ /** - * This code is generated using [[http://www.scala-sbt.org/contraband/ sbt-contraband]]. + * This code is generated using [[https://www.scala-sbt.org/contraband/ sbt-contraband]]. */ // DO NOT EDIT MANUALLY diff --git a/protocol/src/main/contraband-scala/sbt/internal/langserver/codec/CompletionListFormats.scala b/protocol/src/main/contraband-scala/sbt/internal/langserver/codec/CompletionListFormats.scala index 21397041d..3af676d52 100644 --- a/protocol/src/main/contraband-scala/sbt/internal/langserver/codec/CompletionListFormats.scala +++ b/protocol/src/main/contraband-scala/sbt/internal/langserver/codec/CompletionListFormats.scala @@ -1,5 +1,5 @@ /** - * This code is generated using [[http://www.scala-sbt.org/contraband/ sbt-contraband]]. + * This code is generated using [[https://www.scala-sbt.org/contraband/ sbt-contraband]]. */ // DO NOT EDIT MANUALLY diff --git a/protocol/src/main/contraband-scala/sbt/internal/langserver/codec/CompletionParamsFormats.scala b/protocol/src/main/contraband-scala/sbt/internal/langserver/codec/CompletionParamsFormats.scala index 7599ee7ed..84cb427d9 100644 --- a/protocol/src/main/contraband-scala/sbt/internal/langserver/codec/CompletionParamsFormats.scala +++ b/protocol/src/main/contraband-scala/sbt/internal/langserver/codec/CompletionParamsFormats.scala @@ -1,5 +1,5 @@ /** - * This code is generated using [[http://www.scala-sbt.org/contraband/ sbt-contraband]]. + * This code is generated using [[https://www.scala-sbt.org/contraband/ sbt-contraband]]. */ // DO NOT EDIT MANUALLY diff --git a/protocol/src/main/contraband-scala/sbt/internal/langserver/codec/TextEditFormats.scala b/protocol/src/main/contraband-scala/sbt/internal/langserver/codec/TextEditFormats.scala index abf2f9c22..bbdd972ea 100644 --- a/protocol/src/main/contraband-scala/sbt/internal/langserver/codec/TextEditFormats.scala +++ b/protocol/src/main/contraband-scala/sbt/internal/langserver/codec/TextEditFormats.scala @@ -1,5 +1,5 @@ /** - * This code is generated using [[http://www.scala-sbt.org/contraband/ sbt-contraband]]. + * This code is generated using [[https://www.scala-sbt.org/contraband/ sbt-contraband]]. */ // DO NOT EDIT MANUALLY diff --git a/sbt/src/sbt-test/actions/external-doc/build.sbt b/sbt/src/sbt-test/actions/external-doc/build.sbt index fe2d502d8..834ad7004 100644 --- a/sbt/src/sbt-test/actions/external-doc/build.sbt +++ b/sbt/src/sbt-test/actions/external-doc/build.sbt @@ -24,7 +24,7 @@ val bResolver = Def.setting { val apiBaseSetting = apiURL := Some(apiBase(name.value)) def apiBase(projectName: String) = url(s"http://example.org/${projectName}") -def scalaLibraryBase(v: String) = url(s"https://www.scala-lang.org/api/$v/") +def scalaLibraryBase(v: String) = url(s"http://www.scala-lang.org/api/$v/") def addDep(projectName: String) = libraryDependencies += organization.value %% projectName % version.value diff --git a/sbt/src/sbt-test/actions/input-task-dyn/build.sbt b/sbt/src/sbt-test/actions/input-task-dyn/build.sbt index 8ceb394d3..46d9578d5 100644 --- a/sbt/src/sbt-test/actions/input-task-dyn/build.sbt +++ b/sbt/src/sbt-test/actions/input-task-dyn/build.sbt @@ -1,6 +1,6 @@ import complete.Parser -// http://www.scala-sbt.org/0.13/docs/Input-Tasks.html +// https://www.scala-sbt.org/0.13/docs/Input-Tasks.html val runFoo = inputKey[Unit]("Runs Foo with passed arguments") val check = taskKey[Unit]("") diff --git a/sbt/src/sbt-test/actions/input-task/build.sbt b/sbt/src/sbt-test/actions/input-task/build.sbt index ecc533f9b..3d61bdf90 100644 --- a/sbt/src/sbt-test/actions/input-task/build.sbt +++ b/sbt/src/sbt-test/actions/input-task/build.sbt @@ -1,6 +1,6 @@ import complete.Parser -// http://www.scala-sbt.org/0.13/docs/Input-Tasks.html +// https://www.scala-sbt.org/0.13/docs/Input-Tasks.html val run2 = inputKey[Unit]( "Runs the main class twice with different argument lists separated by --")