Skip to content

Commit

Permalink
Change the URL of the dist.
Browse files Browse the repository at this point in the history
  • Loading branch information
fukamachi committed Aug 25, 2014
1 parent b39ef72 commit 52a4053
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Discussion is highly welcome, join the issues thread and post some ideas!

```common-lisp
;; Installation
(ql-dist:install-dist "http://cl21.org/qldists/cl21.txt")
(ql-dist:install-dist "http://dists.cl21.org/cl21.txt")
(ql:quickload :cl21)
(in-package :cl21-user)
Expand Down Expand Up @@ -164,7 +164,7 @@ It is tested on the latest version of SBCL, Clozure CL, GNU CLISP and Allegro CL
## Installation

```common-lisp
(ql-dist:install-dist "http://cl21.org/qldists/cl21.txt")
(ql-dist:install-dist "http://dists.cl21.org/cl21.txt")
(ql:quickload :cl21)
```

Expand Down
2 changes: 1 addition & 1 deletion shlyfile.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You can specify the output dist directory by a shell env variable QLDIST_OUTPUT_
(defparameter *project-dir*
(make-pathname
:directory (append (pathname-directory *projects-dir*) (list *project-name*))))
(defparameter *qldist-base-url* "http://cl21.org/qldists/")
(defparameter *qldist-base-url* "http://dists.cl21.org/")
(defparameter *qldist-output-dir* (or (asdf::truenamize (asdf::getenv "QLDIST_OUTPUT_DIR"))
(merge-pathnames "dists/"
(fad:pathname-parent-directory *projects-dir*))))
Expand Down

0 comments on commit 52a4053

Please sign in to comment.