Skip to content

Commit 931a2f0

Browse files
committed
https://stackoverflow.com
1 parent a348a0f commit 931a2f0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[StackOverflow]: http://stackoverflow.com/tags/sbt
1+
[StackOverflow]: https://stackoverflow.com/tags/sbt
22
[Setup]: http://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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[Setup]: http://www.scala-sbt.org/release/docs/Getting-Started/Setup
88
[FAQ]: http://www.scala-sbt.org/release/docs/Faq.html
99
[sbt-dev]: https://groups.google.com/d/forum/sbt-dev
10-
[searching]: http://stackoverflow.com/tags/sbt
10+
[searching]: https://stackoverflow.com/tags/sbt
1111
[asking]: https://stackoverflow.com/questions/ask?tags=sbt
1212
[LICENSE]: LICENSE
1313
[sbt/io]: https://github.com/sbt/io

sbt/src/sbt-test/project/auto-plugins/project/Q.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package sbttest // you need package http://stackoverflow.com/questions/9822008/
1+
package sbttest // you need package https://stackoverflow.com/questions/9822008/
22

33
import sbt._, Keys._
44
import java.util.concurrent.atomic.{AtomicInteger => AInt}

sbt/src/sbt-test/project/binary-plugin/changes/define/A.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package sbttest // you need package http://stackoverflow.com/questions/9822008/
1+
package sbttest // you need package https://stackoverflow.com/questions/9822008/
22

33
import sbt._, Keys._
44

0 commit comments

Comments
 (0)