Skip to content

Commit c9d5cbe

Browse files
committed
https://www.scala-sbt.org
1 parent d4cad80 commit c9d5cbe

27 files changed

+32
-32
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[StackOverflow]: https://stackoverflow.com/tags/sbt
2-
[Setup]: http://www.scala-sbt.org/release/docs/Getting-Started/Setup
2+
[Setup]: https://www.scala-sbt.org/release/docs/Getting-Started/Setup
33
[Issues]: https://github.com/sbt/sbt/issues
44
[sbt-contrib]: https://gitter.im/sbt/sbt-contrib
55
[327]: https://github.com/sbt/sbt/issues/327

DEVELOPING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ suite with `sbt testOnly`
160160
Scripted integration tests reside in `sbt/src/sbt-test` and are
161161
written using the same testing infrastructure sbt plugin authors can
162162
use to test their own plugins with sbt. You can read more about this
163-
style of tests [here](http://www.scala-sbt.org/1.0/docs/Testing-sbt-plugins).
163+
style of tests [here](https://www.scala-sbt.org/1.0/docs/Testing-sbt-plugins).
164164

165165
You can run the integration tests with the `sbt scripted` sbt
166166
command. To run a single test, such as the test in

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
[sbt/sbt-zero-seven]: https://github.com/sbt/sbt-zero-seven
66
[CONTRIBUTING]: CONTRIBUTING.md
7-
[Setup]: http://www.scala-sbt.org/release/docs/Getting-Started/Setup
8-
[FAQ]: http://www.scala-sbt.org/release/docs/Faq.html
7+
[Setup]: https://www.scala-sbt.org/release/docs/Getting-Started/Setup
8+
[FAQ]: https://www.scala-sbt.org/release/docs/Faq.html
99
[sbt-dev]: https://groups.google.com/d/forum/sbt-dev
1010
[searching]: https://stackoverflow.com/tags/sbt
1111
[asking]: https://stackoverflow.com/questions/ask?tags=sbt
@@ -21,7 +21,7 @@ sbt
2121

2222
sbt is a build tool for Scala, Java, and more.
2323

24-
For general documentation, see http://www.scala-sbt.org/.
24+
For general documentation, see https://www.scala-sbt.org/.
2525

2626
sbt 1.x
2727
---------

main-settings/src/main/scala/sbt/Structure.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ object Scoped {
597597

598598
/** The sbt 0.10 style DSL was deprecated in 0.13.13, favouring the use of the '.value' macro.
599599
*
600-
* See http://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#Migrating+from+sbt+0.12+style for how to migrate.
600+
* See https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#Migrating+from+sbt+0.12+style for how to migrate.
601601
*/
602602
trait TupleSyntax {
603603
import Scoped._

main-settings/src/main/scala/sbt/std/InputWrapper.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ object InputWrapper {
140140
c.abort(
141141
pos,
142142
"""`value` is removed from input tasks. Use `evaluated` or `inputTaskValue`.
143-
|See http://www.scala-sbt.org/1.0/docs/Input-Tasks.html for more details.""".stripMargin
143+
|See https://www.scala-sbt.org/1.0/docs/Input-Tasks.html for more details.""".stripMargin
144144
)
145145
}
146146
InputWrapper.wrapInit[T](c)(ts, pos)

main-settings/src/main/scala/sbt/std/TaskMacro.scala

+3-3
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,12 @@ object TaskMacro {
9393
final val InputTaskCreateDynName = "createDyn"
9494
final val InputTaskCreateFreeName = "createFree"
9595
final val append1Migration =
96-
"`<+=` operator is removed. Try `lhs += { x.value }`\n or see http://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html."
96+
"`<+=` operator is removed. Try `lhs += { x.value }`\n or see https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html."
9797
final val appendNMigration =
98-
"`<++=` operator is removed. Try `lhs ++= { x.value }`\n or see http://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html."
98+
"`<++=` operator is removed. Try `lhs ++= { x.value }`\n or see https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html."
9999
final val assignMigration =
100100
"""`<<=` operator is removed. Use `key := { x.value }` or `key ~= (old => { newValue })`.
101-
|See http://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html""".stripMargin
101+
|See https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html""".stripMargin
102102

103103
import LinterDSL.{ Empty => EmptyLinter }
104104

notes/0.13.13.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ This becomes:
121121

122122
run := docsRunSetting.evaluated
123123

124-
See [Migrating from sbt 0.12.x](http://www.scala-sbt.org/0.13/docs/Migrating-from-sbt-012x.html) for more details.
124+
See [Migrating from sbt 0.12.x](https://www.scala-sbt.org/0.13/docs/Migrating-from-sbt-012x.html) for more details.
125125

126126
[#2716][2716]/[#2763][2763]/[#2764][2764] by [@eed3si9n][@eed3si9n] and [@dwijnand][@dwijnand]
127127

notes/0.13.14.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ since the resolution happens off of a local-preloaded repository.
5858

5959
No changes should be necessary to your project definition and all plugins published for sbt 0.13.{x|x<14} should still work.
6060

61-
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.
61+
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.
6262

6363
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!
6464

notes/0.13.7.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
[Cached-Resolution]: http://www.scala-sbt.org/0.13/docs/Cached-Resolution.html
2+
[Cached-Resolution]: https://www.scala-sbt.org/0.13/docs/Cached-Resolution.html
33
[@cunei]: https://github.com/cunei
44
[@eed3si9n]: https://github.com/eed3si9n
55
[@gkossakowski]: https://github.com/gkossakowski

notes/0.13.8.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
[@j-keck]: https://github.com/j-keck
1414
[@xuwei-k]: https://github.com/xuwei-k
1515
[SI-9027]: https://issues.scala-lang.org/browse/SI-9027
16-
[Custom-Settings0]: http://www.scala-sbt.org/0.13/tutorial/Custom-Settings.html
16+
[Custom-Settings0]: https://www.scala-sbt.org/0.13/tutorial/Custom-Settings.html
1717
[321]: https://github.com/sbt/sbt/issues/321
1818
[647]: https://github.com/sbt/sbt/issues/647
1919
[679]: https://github.com/sbt/sbt/issues/679

notes/1.0.0.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,8 @@ that would should work together to allow dependency locking.
262262

263263
Too many people to thank here. See [Credits][Credits]
264264

265-
[Credits]: http://www.scala-sbt.org/1.x/docs/Credits.html
266-
[Migrating-from-sbt-013x]: http://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html
265+
[Credits]: https://www.scala-sbt.org/1.x/docs/Credits.html
266+
[Migrating-from-sbt-013x]: https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html
267267
[@eed3si9n]: https://github.com/eed3si9n
268268
[@dwijnand]: https://github.com/dwijnand
269269
[@jvican]: https://github.com/jvican

notes/about.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[sbt](http://www.scala-sbt.org/) is the interactive build tool.
1+
[sbt](https://www.scala-sbt.org/) is the interactive build tool.

protocol/src/main/contraband-scala/sbt/internal/langserver/Command.scala

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protocol/src/main/contraband-scala/sbt/internal/langserver/CompletionContext.scala

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protocol/src/main/contraband-scala/sbt/internal/langserver/CompletionItem.scala

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protocol/src/main/contraband-scala/sbt/internal/langserver/CompletionList.scala

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protocol/src/main/contraband-scala/sbt/internal/langserver/CompletionParams.scala

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protocol/src/main/contraband-scala/sbt/internal/langserver/TextEdit.scala

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protocol/src/main/contraband-scala/sbt/internal/langserver/codec/CommandFormats.scala

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protocol/src/main/contraband-scala/sbt/internal/langserver/codec/CompletionContextFormats.scala

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protocol/src/main/contraband-scala/sbt/internal/langserver/codec/CompletionItemFormats.scala

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protocol/src/main/contraband-scala/sbt/internal/langserver/codec/CompletionListFormats.scala

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protocol/src/main/contraband-scala/sbt/internal/langserver/codec/CompletionParamsFormats.scala

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protocol/src/main/contraband-scala/sbt/internal/langserver/codec/TextEditFormats.scala

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sbt/src/sbt-test/actions/external-doc/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ val bResolver = Def.setting {
2424

2525
val apiBaseSetting = apiURL := Some(apiBase(name.value))
2626
def apiBase(projectName: String) = url(s"http://example.org/${projectName}")
27-
def scalaLibraryBase(v: String) = url(s"https://www.scala-lang.org/api/$v/")
27+
def scalaLibraryBase(v: String) = url(s"http://www.scala-lang.org/api/$v/")
2828
def addDep(projectName: String) =
2929
libraryDependencies += organization.value %% projectName % version.value
3030

sbt/src/sbt-test/actions/input-task-dyn/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import complete.Parser
22

3-
// http://www.scala-sbt.org/0.13/docs/Input-Tasks.html
3+
// https://www.scala-sbt.org/0.13/docs/Input-Tasks.html
44

55
val runFoo = inputKey[Unit]("Runs Foo with passed arguments")
66
val check = taskKey[Unit]("")

sbt/src/sbt-test/actions/input-task/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import complete.Parser
22

3-
// http://www.scala-sbt.org/0.13/docs/Input-Tasks.html
3+
// https://www.scala-sbt.org/0.13/docs/Input-Tasks.html
44

55
val run2 = inputKey[Unit](
66
"Runs the main class twice with different argument lists separated by --")

0 commit comments

Comments
 (0)