Skip to content

Commit

Permalink
fix links in literate example
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Tellman committed Aug 10, 2016
1 parent ce62bc4 commit b056984
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/src/aleph/examples/http.clj
Expand Up @@ -17,7 +17,7 @@
;; [Manifold](https://github.com/ztellman/manifold) deferreds and streams. Uses of both
;; will be illustrated below.

;; Complete documentation for the `aleph.http` namespace can be found [here](http://aleph.io/aleph/http.html).
;; Complete documentation for the `aleph.http` namespace can be found [here](http://aleph.io/codox/aleph/aleph.http.html).

(defn hello-world-handler
"A basic Ring handler which immediately returns 'hello world'"
Expand Down
2 changes: 1 addition & 1 deletion examples/src/aleph/examples/tcp.clj
Expand Up @@ -7,7 +7,7 @@
[gloss.core :as gloss]
[gloss.io :as io]))

;; Complete documentation for the `aleph.tcp` namespace can be found [here](http://ideolalia.com/aleph/aleph.tcp.html).
;; Complete documentation for the `aleph.tcp` namespace can be found [here](http://aleph.io/codox/aleph/aleph.tcp.html).

;; ## the basics

Expand Down
1 change: 1 addition & 0 deletions examples/src/aleph/examples/udp.clj
Expand Up @@ -6,6 +6,7 @@
[clojure.string :as str]
[byte-streams :as bs]))

;; Full documentation for the `aleph.udp` namespace can be found [here](http://aleph.io/codox/aleph/aleph.udp.html).

;; This example is a very pared-down version of [statsd](https://github.com/etsy/statsd), which
;; takes in UDP packets from the entire system, and does periodic rollups that are typically
Expand Down

0 comments on commit b056984

Please sign in to comment.