You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ The [master branch](https://github.com/twitter/finatra/tree/master) in Github tr
107
107
available on Maven Central. See the [First Steps](https://twitter.github.io/finatra/user-guide/getting-started/basics.html#first-steps) section in the [User Guide][user-guide] for how to add dependencies.
108
108
109
109
Releases are done on an approximately monthly schedule. While
110
-
[semver](http://semver.org/) is not followed, the
110
+
[semver](https://semver.org/) is not followed, the
111
111
[changelogs](CHANGELOG.rst) are detailed and include sections on public API
112
112
breaks and changes in runtime behavior.
113
113
@@ -148,4 +148,4 @@ Licensed under the Apache License, Version 2.0: https://www.apache.org/licenses/
Copy file name to clipboardExpand all lines: doc/src/sphinx/index.rst
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@ For servers, Finatra builds on top of the `features <https://twitter.github.io/t
16
16
Getting Started
17
17
---------------
18
18
19
-
To get started, add a dependency on either `finatra-http <http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.twitter%22%20AND%20a%3A%22finatra-http_2.12%22>`__ or `finatra-thrift <http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.twitter%22%20AND%20a%3A%22finatra-thrift_2.12%22>`__ depending if you are building an HTTP or Thrift server.
19
+
To get started, add a dependency on either `finatra-http <https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.twitter%22%20AND%20a%3A%22finatra-http_2.12%22>`__ or `finatra-thrift <https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.twitter%22%20AND%20a%3A%22finatra-thrift_2.12%22>`__ depending if you are building an HTTP or Thrift server.
Or similarily with `Maven <http://maven.apache.org/>`__:
33
+
Or similarily with `Maven <https://maven.apache.org/>`__:
34
34
35
35
.. parsed-literal::
36
36
@@ -59,7 +59,7 @@ Test Dependencies
59
59
60
60
Finatra publishes `test-jars <https://maven.apache.org/guides/mini/guide-attached-tests.html>`__ for most modules. The test-jars include re-usable utilities for use in testing (e.g., the `EmbeddedTwitterServer <https://github.com/twitter/finatra/blob/develop/inject/inject-server/src/test/scala/com/twitter/inject/server/EmbeddedTwitterServer.scala>`__).
61
61
62
-
To add a test-jar dependency, depend on the appropriate module with the `tests` classifier. Additionally, these dependencies are typically **only needed** in the ``test`` scope for your project. E.g., with `sbt <http://www.scala-sbt.org/>`__:
62
+
To add a test-jar dependency, depend on the appropriate module with the `tests` classifier. Additionally, these dependencies are typically **only needed** in the ``test`` scope for your project. E.g., with `sbt <https://www.scala-sbt.org/>`__:
See the `sbt <http://www.scala-sbt.org/>`__ documentation for more information on using `ivy configurations and classifiers <http://www.scala-sbt.org/0.13/docs/Library-Management.html>`__.
74
+
See the `sbt <https://www.scala-sbt.org/>`__ documentation for more information on using `ivy configurations and classifiers <https://www.scala-sbt.org/0.13/docs/Library-Management.html>`__.
75
75
76
-
And with `Maven <http://maven.apache.org/>`__:
76
+
And with `Maven <https://maven.apache.org/>`__:
77
77
78
78
.. parsed-literal::
79
79
@@ -145,9 +145,9 @@ For support feel free to follow and/or tweet at the `@finatra <https://twitter.c
0 commit comments