Commit df7f4f6d1c47980a7247164a019f0460bb53626d

Authored by deining
Committed by Henry Schreiner
1 parent 704e1692

Fixing wrong default value (#368)

Updating link o Click homepage
Showing 1 changed file with 2 additions and 2 deletions
book/README.md
... ... @@ -6,7 +6,7 @@ The library was inspired the Python libraries [Plumbum] and [Click], and incorpo
6 6  
7 7 > Feel free to contribute to [this documentation here][CLI11Tutorial] if something can be improved!
8 8  
9   -The syntax is simple and scales from a basic application to a massive physics analysis with multiple models and many parameters and switches. For example, this is a simple program that has an optional parameter that defaults to 1:
  9 +The syntax is simple and scales from a basic application to a massive physics analysis with multiple models and many parameters and switches. For example, this is a simple program that has an optional parameter that defaults to 0:
10 10  
11 11 ```term
12 12 gitbook $ ./a.out
... ... @@ -65,7 +65,7 @@ This guide was based on CLI11 1.7.
65 65 [NSF 1414736]: https://nsf.gov/awardsearch/showAward?AWD_ID=1414736
66 66 [University of Cincinnati]: http://www.uc.edu
67 67 [Plumbum]: http://plumbum.readthedocs.io/en/latest/
68   -[Click]: http://click.pocoo.org/5/
  68 +[Click]: https://click.palletsprojects.com/
69 69  
70 70  
71 71  
... ...