Skip to content

Commit

Permalink
Fixed a broken link (usocket#21)
Browse files Browse the repository at this point in the history
Fixed a broken link
  • Loading branch information
equwal authored and binghe committed Aug 21, 2016
1 parent e013a41 commit d17b43a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ layer a flexi-stream (from flexi-streams) on top of a usocket stream.
- unkown-condition

(for a description of the API methods and functions see
http://common-lisp.net/project/usocket/api-docs.shtml.)
https://common-lisp.net/project/usocket/api-docs.shtml)

# Test suite

Expand Down
2 changes: 1 addition & 1 deletion package.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
(defpackage :usocket
(:use :common-lisp #+abcl :java)
(:export #:*version*

#:*wildcard-host*
#:*auto-port*

Expand All @@ -23,6 +22,7 @@
#:get-peer-port
#:get-local-name
#:get-peer-name
#:listen

#:socket-send ; udp function (send)
#:socket-receive ; udp function (receive)
Expand Down

0 comments on commit d17b43a

Please sign in to comment.