Update documentation (#646)

* Update documentation links to use full URL so when readme.md is used on Docker Hub, links work and do not generate a 404
* Update LDC version in documentation
This commit is contained in:
abraunegg 2019-09-06 18:02:31 +10:00 committed by GitHub
parent 0424caaaf8
commit 25b030ec01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -22,16 +22,16 @@ A complete tool to interact with OneDrive on Linux. Built following the UNIX phi
* No GUI
## Building and Installation
See [docs/INSTALL.md](docs/INSTALL.md)
See [docs/INSTALL.md](https://github.com/abraunegg/onedrive/blob/master/docs/INSTALL.md)
## Configuration and Usage
See [docs/USAGE.md](docs/USAGE.md)
See [docs/USAGE.md](https://github.com/abraunegg/onedrive/blob/master/docs/USAGE.md)
## Docker support
See [docs/Docker.md](docs/Docker.md)
See [docs/Docker.md](https://github.com/abraunegg/onedrive/blob/master/docs/Docker.md)
## Sharepoint group drive in Office 365 business or education
See [docs/Office365.md](docs/Office365.md)
See [docs/Office365.md](https://github.com/abraunegg/onedrive/blob/master/docs/Office365.md)
## Reporting issues
If you encounter any bugs you can report them here on Github. Before filing an issue be sure to:

View file

@ -209,7 +209,7 @@ sudo make install
```text
git clone https://github.com/abraunegg/onedrive.git
cd onedrive
./configure DC=~/ldc2-1.13.0-linux-armhf/bin/ldmd2
./configure DC=~/ldc2-1.16.0-linux-armhf/bin/ldmd2
make clean; make
sudo make install
```
@ -218,7 +218,7 @@ sudo make install
```text
git clone https://github.com/abraunegg/onedrive.git
cd onedrive
./configure DC=~/ldc2-1.14.0-linux-aarch64/bin/ldmd2
./configure DC=~/ldc2-1.16.0-linux-aarch64/bin/ldmd2
make clean; make
sudo make install
```