diff --git a/CHANGELOG.md b/CHANGELOG.md index 4715604..5df20a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,35 +50,35 @@ - Fixed building dynamic libraries with DMD - [issue #613][issue613] [sdl-package-format]: http://code.dlang.org/package-format?lang=sdl -[issue348]: https://github.com/D-Programming-Language/dub/issues/348 -[issue393]: https://github.com/D-Programming-Language/dub/issues/393 -[issue535]: https://github.com/D-Programming-Language/dub/issues/535 -[issue540]: https://github.com/D-Programming-Language/dub/issues/540 -[issue543]: https://github.com/D-Programming-Language/dub/issues/543 -[issue546]: https://github.com/D-Programming-Language/dub/issues/546 -[issue547]: https://github.com/D-Programming-Language/dub/issues/547 -[issue552]: https://github.com/D-Programming-Language/dub/issues/552 -[issue552]: https://github.com/D-Programming-Language/dub/issues/552 -[issue553]: https://github.com/D-Programming-Language/dub/issues/553 -[issue560]: https://github.com/D-Programming-Language/dub/issues/560 -[issue561]: https://github.com/D-Programming-Language/dub/issues/561 -[issue564]: https://github.com/D-Programming-Language/dub/issues/564 -[issue565]: https://github.com/D-Programming-Language/dub/issues/565 -[issue572]: https://github.com/D-Programming-Language/dub/issues/572 -[issue574]: https://github.com/D-Programming-Language/dub/issues/574 -[issue580]: https://github.com/D-Programming-Language/dub/issues/580 -[issue581]: https://github.com/D-Programming-Language/dub/issues/581 -[issue582]: https://github.com/D-Programming-Language/dub/issues/582 -[issue585]: https://github.com/D-Programming-Language/dub/issues/585 -[issue587]: https://github.com/D-Programming-Language/dub/issues/587 -[issue592]: https://github.com/D-Programming-Language/dub/issues/592 -[issue593]: https://github.com/D-Programming-Language/dub/issues/593 -[issue596]: https://github.com/D-Programming-Language/dub/issues/596 -[issue601]: https://github.com/D-Programming-Language/dub/issues/601 -[issue613]: https://github.com/D-Programming-Language/dub/issues/613 -[issue617]: https://github.com/D-Programming-Language/dub/issues/617 -[issue621]: https://github.com/D-Programming-Language/dub/issues/621 -[issue678]: https://github.com/D-Programming-Language/dub/issues/678 +[issue348]: https://github.com/dlang/dub/issues/348 +[issue393]: https://github.com/dlang/dub/issues/393 +[issue535]: https://github.com/dlang/dub/issues/535 +[issue540]: https://github.com/dlang/dub/issues/540 +[issue543]: https://github.com/dlang/dub/issues/543 +[issue546]: https://github.com/dlang/dub/issues/546 +[issue547]: https://github.com/dlang/dub/issues/547 +[issue552]: https://github.com/dlang/dub/issues/552 +[issue552]: https://github.com/dlang/dub/issues/552 +[issue553]: https://github.com/dlang/dub/issues/553 +[issue560]: https://github.com/dlang/dub/issues/560 +[issue561]: https://github.com/dlang/dub/issues/561 +[issue564]: https://github.com/dlang/dub/issues/564 +[issue565]: https://github.com/dlang/dub/issues/565 +[issue572]: https://github.com/dlang/dub/issues/572 +[issue574]: https://github.com/dlang/dub/issues/574 +[issue580]: https://github.com/dlang/dub/issues/580 +[issue581]: https://github.com/dlang/dub/issues/581 +[issue582]: https://github.com/dlang/dub/issues/582 +[issue585]: https://github.com/dlang/dub/issues/585 +[issue587]: https://github.com/dlang/dub/issues/587 +[issue592]: https://github.com/dlang/dub/issues/592 +[issue593]: https://github.com/dlang/dub/issues/593 +[issue596]: https://github.com/dlang/dub/issues/596 +[issue601]: https://github.com/dlang/dub/issues/601 +[issue613]: https://github.com/dlang/dub/issues/613 +[issue617]: https://github.com/dlang/dub/issues/617 +[issue621]: https://github.com/dlang/dub/issues/621 +[issue678]: https://github.com/dlang/dub/issues/678 v0.9.23 - 2015-04-06 -------------------- diff --git a/README.md b/README.md index 5f9dfdc..b5bb915 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# dub package manager [![Build Status](https://travis-ci.org/D-Programming-Language/dub.svg?branch=master)](https://travis-ci.org/D-Programming-Language/dub) [![Coverage Status](https://coveralls.io/repos/D-Programming-Language/dub/badge.svg)](https://coveralls.io/r/D-Programming-Language/dub) +# dub package manager [![Build Status](https://travis-ci.org/dlang/dub.svg?branch=master)](https://travis-ci.org/dlang/dub) [![Coverage Status](https://coveralls.io/repos/dlang/dub/badge.svg)](https://coveralls.io/r/dlang/dub) Package and build manager for [D](http://dlang.org/) applications and libraries. -There is a central [package registry](https://github.com/D-Programming-Language/dub-registry/) located at . +There is a central [package registry](https://github.com/dlang/dub-registry/) located at . ## Introduction @@ -52,4 +52,4 @@ ## Using DUB as a library -The [DUB package of DUB](http://code.dlang.org/packages/dub) can be used as a library to load or manipulate packages, or to resemble any functionality of the command line tool. The former task can be achieved by using the [Package class](https://github.com/D-Programming-Language/dub/blob/master/source/dub/package_.d#L40). For examples on how to replicate the command line functionality, see [commandline.d](https://github.com/D-Programming-Language/dub/blob/master/source/dub/commandline.d). +The [DUB package of DUB](http://code.dlang.org/packages/dub) can be used as a library to load or manipulate packages, or to resemble any functionality of the command line tool. The former task can be achieved by using the [Package class](https://github.com/dlang/dub/blob/master/source/dub/package_.d#L40). For examples on how to replicate the command line functionality, see [commandline.d](https://github.com/dlang/dub/blob/master/source/dub/commandline.d).