Skip to content

Commit 1970a46

Browse files
committed
[skip ci] readme links
1 parent c632a64 commit 1970a46

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Stuff on top of [Compojure](https://github.com/weavejester/compojure) for making
77

88
- [API Docs](https://cljdoc.org/d/metosin/compojure-api/1.1.13/doc/readme) & [Wiki](https://github.com/metosin/compojure-api/wiki)
99
- [Schema](https://github.com/Prismatic/schema) for input & output data coercion
10-
- [Swagger](http://swagger.io/) for api documentation, via [ring-swagger](https://github.com/metosin/ring-swagger)
10+
- [Swagger](https://swagger.io/) for api documentation, via [ring-swagger](https://github.com/metosin/ring-swagger)
1111
- Extendable route DSL via [metadata handlers](https://github.com/metosin/compojure-api/wiki/Creating-your-own-metadata-handlers)
12-
- Client negotiable formats: [JSON](http://www.json.org/), [EDN](https://github.com/edn-format/edn), [YAML](http://yaml.org/) & [Transit](https://github.com/cognitect/transit-format) (JSON & MessagePack)
12+
- Client negotiable formats: [JSON](https://www.json.org/), [EDN](https://github.com/edn-format/edn), [YAML](https://yaml.org/) & [Transit](https://github.com/cognitect/transit-format) (JSON & MessagePack)
1313
- Data-driven [resources](https://github.com/metosin/compojure-api/wiki/Resources-and-Liberator)
1414
- [Bi-directional](https://github.com/metosin/compojure-api/wiki/Routing#bi-directional-routing) routing
1515
- Bundled middleware for common api behavior ([exception handling](https://github.com/metosin/compojure-api/wiki/Exception-handling), parameters & formats)
@@ -23,7 +23,7 @@ Stuff on top of [Compojure](https://github.com/weavejester/compojure) for making
2323

2424
### [Check wiki for documentation](https://github.com/metosin/compojure-api/wiki)
2525

26-
[Clojurians slack](https://clojurians.slack.com/) ([join](http://clojurians.net/)) has a channel [#ring-swagger](https://clojurians.slack.com/messages/ring-swagger/) for talk about any libraries using Ring-swagger. You can also ask questions about Compojure-api and Ring-swagger on other channels at Clojurians Slack or at #clojure on Freenode IRC (mention `compojure-api` or `ring-swagger` to highlight us).
26+
[Clojurians slack](https://clojurians.slack.com/) ([join](https://clojurians.net/)) has a channel [#ring-swagger](https://clojurians.slack.com/messages/ring-swagger/) for talk about any libraries using Ring-swagger. You can also ask questions about Compojure-api and Ring-swagger on other channels at Clojurians Slack or at #clojure on Freenode IRC (mention `compojure-api` or `ring-swagger` to highlight us).
2727

2828
## Examples
2929

@@ -101,6 +101,6 @@ lein new compojure-api my-api +clojure-test
101101

102102
## License
103103

104-
Copyright © 2014-2016 [Metosin Oy](http://www.metosin.fi)
104+
Copyright © 2014-2016 [Metosin Oy](https://www.metosin.fi)
105105

106106
Distributed under the Eclipse Public License, the same as Clojure.

0 commit comments

Comments
 (0)