Skip to content

Commit 3678268

Browse files
committed
update links
1 parent e0494f2 commit 3678268

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
Transit is a data format and a set of libraries for conveying values between applications written in different languages. This library provides support for marshalling Transit data to/from Java.
44

5-
* [Rationale](http://blog.cognitect.com/blog/2014/7/22/transit)
6-
* [API docs](http://cognitect.github.io/transit-java/)
7-
* [Specification](http://github.com/cognitect/transit-format)
5+
* [Rationale](https://blog.cognitect.com/blog/2014/7/22/transit)
6+
* [API docs](https://cognitect.github.io/transit-java/)
7+
* [Specification](https://github.com/cognitect/transit-format)
88

99
This implementation's major.minor version number corresponds to the version of the Transit specification it supports.
1010

@@ -13,9 +13,9 @@ _NOTE: Transit is intended primarily as a wire protocol for transferring data be
1313
## Releases and Dependency Information
1414

1515
* Latest release: 0.8.337
16-
* [All Released Versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.cognitect%22%20AND%20a%3A%22transit-java%22)
16+
* [All Released Versions](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.cognitect%22%20AND%20a%3A%22transit-java%22)
1717

18-
[Maven](http://maven.apache.org/) dependency information:
18+
[Maven](https://maven.apache.org/) dependency information:
1919

2020
```xml
2121
<dependency>
@@ -196,7 +196,7 @@ this:
196196
intended to be used by layered Transit libraries, not by
197197
applications using Transit.
198198

199-
The [Clojure Transit library](http://github.com/cognitect/transit-clj)
199+
The [Clojure Transit library](https://github.com/cognitect/transit-clj)
200200
is implemented using this layering approach and can be used as an
201201
example of how to implement support for additional JVM languages
202202
without having to implement all of Transit from scratch.
@@ -213,7 +213,7 @@ Licensed under the Apache License, Version 2.0 (the "License");
213213
you may not use this file except in compliance with the License.
214214
You may obtain a copy of the License at
215215

216-
http://www.apache.org/licenses/LICENSE-2.0
216+
https://www.apache.org/licenses/LICENSE-2.0
217217

218218
Unless required by applicable law or agreed to in writing, software
219219
distributed under the License is distributed on an "AS IS" BASIS,

0 commit comments

Comments
 (0)