Skip to content

Commit 4d29f7d

Browse files
authored
Merge pull request #127 from habi/patch-1
lise-henry -> crowdagger
2 parents 376ba76 + 2622553 commit 4d29f7d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ Its focus is novels and fiction, and the default settings should (hopefully) gen
66
## Example
77

88
To see what Crowbook's output looks like, you can read the Crowbook guide rendered in
9-
[HTML](http://lise-henry.github.io/crowbook/book/book.html),
10-
[PDF](http://lise-henry.github.io/crowbook/book/book.pdf)
9+
[HTML](http://crowdagger.github.io/crowbook/book/book.html),
10+
[PDF](http://crowdagger.github.io/crowbook/book/book.pdf)
1111
or
12-
[EPUB](http://lise-henry.github.io/crowbook/book/book.epub).
12+
[EPUB](http://crowdagger.github.io/crowbook/book/book.epub).
1313

1414
## Installing
1515

@@ -19,7 +19,7 @@ either using precompiled binaries, or compiling it using `cargo`.
1919
### Binaries
2020

2121
See
22-
[the releases page](https://github.com/lise-henry/crowbook/releases)
22+
[the releases page](https://github.com/crowdagger/crowbook/releases)
2323
to download a precompiled binary for your architecture.
2424
Just extract the archive and run `crowbook`
2525
(or `crowbook.exe` on Windows).
@@ -89,10 +89,10 @@ and on
8989

9090
Crowbook supports HTML, PDF and EPUB (either version 2 or 3) as output formats.
9191
See the Crowbook User Guide rendered in
92-
[HTML](http://lise-henry.github.io/crowbook/book/book.html),
93-
[EPUB](http://lise-henry.github.io/crowbook/book/book.epub)
92+
[HTML](http://crowdagger.github.io/crowbook/book/book.html),
93+
[EPUB](http://crowdagger.github.io/crowbook/book/book.epub)
9494
and
95-
[PDF](http://lise-henry.github.io/crowbook/book.pdf).
95+
[PDF](http://crowdagger.github.io/crowbook/book.pdf).
9696

9797
### Input format
9898

@@ -109,7 +109,7 @@ By default, it removes superfluous spaces and tries to use curly quotes.
109109
If the book's language is set to french, it also tries to respect french typography by replacing spaces with non-breaking ones when it is appropriate (e.g. before '?', '!', ';' or ':').
110110

111111
> Please
112-
> [open an issue](https://github.com/lise-henry/crowbook/issues/new)
112+
> [open an issue](https://github.com/crowdagger/crowbook/issues/new)
113113
> describing typographic rules if you want them to be implemented for other languages.
114114
115115
### Links handling
@@ -138,7 +138,7 @@ While the default settings will hopefully generate something that should look "g
138138
### Bugs
139139

140140
See the
141-
[issue tracker on GitHub](https://github.com/lise-henry/crowbook/issues).
141+
[issue tracker on GitHub](https://github.com/crowdagger/crowbook/issues).
142142

143143
## Contributors
144144

@@ -335,9 +335,9 @@ You can look at the generated documentation on
335335

336336
Note that, in order to facilitate code reuse, some features have been split to separate libraries:
337337

338-
* [epub-builder](https://github.com/lise-henry/epub-builder)
338+
* [epub-builder](https://github.com/crowdagger/epub-builder)
339339
makes it easier to generate EPUB files.
340-
* [crowbook-text-processing](https://github.com/lise-henry/crowbook-text-processing/)
340+
* [crowbook-text-processing](https://github.com/crowdagger/crowbook-text-processing/)
341341
contains all the "typographic" functions (smart quotes, handling of non-breaking spaces in french, ...).
342342

343343
## License
@@ -357,4 +357,4 @@ by Mozilla Corporation.
357357
Crowbook includes binary (minified) CSS and Javascript files from
358358
[Highlight.js](https://highlightjs.org/),
359359
written by Ivan Sagalaev, see
360-
[license](https://raw.githubusercontent.com/lise-henry/crowbook/master/templates/highlight/LICENSE)
360+
[license](https://raw.githubusercontent.com/crowdagger/crowbook/master/templates/highlight/LICENSE)

0 commit comments

Comments
 (0)