@@ -54,7 +54,7 @@ To update all the feeds run the `fetch` command:
54
54
55
55
$ coldsweat fetch
56
56
57
- You should use ` cron ` or similar utilities to shedule feed fetches periodically.
57
+ You should use ` cron ` or similar utilities to schedule feed fetches periodically.
58
58
59
59
### Run the web UI
60
60
@@ -66,7 +66,7 @@ Then you can run the Flask development web server and access the web UI:
66
66
* Running on http://127.0.0.1:5000
67
67
...
68
68
69
- See _ [ setup ] _ page for additional information.
69
+ See [ Setup ] and [ Deploy ] pages for additional information.
70
70
71
71
## Upgrading from a previous version
72
72
@@ -78,7 +78,7 @@ Upgrade to the latest Coldsweat version with:
78
78
79
79
## Contributing
80
80
81
- See _ [ contributing ] _ page.
81
+ See [ Contributing ] page.
82
82
83
83
## 0.10 technical underpinnings
84
84
@@ -101,8 +101,9 @@ Coldsweat started in July 2013 as a fork of [Bottle Fever][b] by Rui Carmo. Afte
101
101
[ rk ] : https://readkitapp.com/
102
102
[ r ] : https://reederapp.com/
103
103
[ ff ] : https://github.com/passiomatic/coldsweat/wiki/Fetcher-features
104
- [ setup ] : https://github.com/passiomatic/coldsweat/wiki/Setup
105
- [ contributing ] : https://github.com/passiomatic/coldsweat/wiki/Contributing
104
+ [ Setup ] : https://github.com/passiomatic/coldsweat/wiki/Setup
105
+ [ Deploy ] : https://github.com/passiomatic/coldsweat/wiki/Deploy
106
+ [ Contributing ] : https://github.com/passiomatic/coldsweat/wiki/Contributing
106
107
[ venv ] : https://docs.python.org/3/library/venv.html
107
108
[ flask ] : https://flask.palletsprojects.com/en/2.3.x/
108
109
[ disco ] : https://flask.palletsprojects.com/en/2.3.x/cli/#application-discovery
0 commit comments