Browse Source

fix doc links

pull/363/head
butlerx 4 years ago
parent
commit
fcf3558dee
No known key found for this signature in database GPG Key ID: B37CA765BAA89170
  1. 20
      README.md
  2. 5
      docs/nginx.md
  3. 2
      docs/sidebar.md

20
README.md

@ -77,9 +77,8 @@ If instead you wish to connect to a remote host you can specify the `--ssh-host`
option, the SSH port using the `--ssh-port` option and the SSH user using the
`--ssh-user` option.
Check out the
[Flags docs](https://github.com/butlerx/wetty/blob/main/docs/flags.md) for a
full list of flags
Check out the [Flags docs](https://butlerx.github.io/wetty/flags) for a full
list of flags
### Docker container
@ -103,12 +102,12 @@ docker-compose file in the containers directory.
Check out the [docs](https://github.com/butlerx/wetty/tree/main/docs)
- [Running as daemon](https://github.com/butlerx/wetty/blob/main/docs/service.md)
- [HTTPS Support](https://github.com/butlerx/wetty/blob/main/docs/https.md)
- [Using NGINX](https://github.com/butlerx/wetty/blob/main/docs/nginx.md)
- [Using Apache](https://github.com/butlerx/wetty/blob/main/docs/apache.md)
- [Automatic Login](https://github.com/butlerx/wetty/blob/main/docs/auto-login.md)
- [Downloading Files](https://github.com/butlerx/wetty/blob/main/docs/downloading-files.md)
- [Running as daemon](https://butlerx.github.io/wetty/service)
- [HTTPS Support](https://butlerx.github.io/wetty/https)
- [Using NGINX](https://butlerx.github.io/wetty/nginx)
- [Using Apache](https://butlerx.github.io/wetty/apache)
- [Automatic Login](https://butlerx.github.io/wetty/auto-login)
- [Downloading Files](https://butlerx.github.io/wetty/downloading-files)
### What browsers are supported?
@ -127,8 +126,7 @@ WeTTy supports all browsers that
Contributions, issues and feature requests are welcome!<br />Feel free to check
[issues page](https://github.com/butlerx/wetty/issues).
Please read the
[development docs](https://github.com/butlerx/wetty/blob/main/docs/development.md)
Please read the [development docs](https://butlerx.github.io/wetty/development)
for installing from source and running is dev node
Thanks goes to these wonderful people

5
docs/nginx.md

@ -12,8 +12,9 @@ The following confs assume you want to serve WeTTy on the url
`example.com/wetty` and are running WeTTy with the default base and serving it
on the same server
For a more detailed look see the [nginx.conf](../conf/nginx.template) used for
testing
For a more detailed look see the
[nginx.conf](https://github.com/butlerx/wetty/blob/main/conf/nginx.template)
used for testing
Put the following configuration in your nginx conf:

2
docs/sidebar.md

@ -1,4 +1,4 @@
- [README.md](README.md)
- [Home](README.md)
- [Apache](apache.md)
- [API](API.md)
- [AtoZ](atoz.md)

Loading…
Cancel
Save