diff --git a/README.md b/README.md index 54bb5e3a..dcfbe6c4 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 54cb2251..11890aed 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -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 ```