From 42a60b77566e0330af3b32faeff351b71d917bb3 Mon Sep 17 00:00:00 2001 From: Darshaka Pathirana Date: Thu, 12 Mar 2020 13:36:31 +0100 Subject: [PATCH] README.md: Fix links to forum and CLA Closes: pydio/pydio-sync#178 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c37343f..21382ab 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Pydio server needs the following to be turned on: * *Meta.syncable plugin* applied to the workspace you want to synchronize. This will track all the changes in a specific db-table, making it very quick for the sync client to load the last changes. * *php_rsync* extension on the server to allow transferring files deltas instead of complete files contents when modified. Not yet implemented but will be back at one point. -##Client Setup +## Client Setup ### Installing @@ -131,8 +131,8 @@ kernprof -v -l main.py ## Reporting Issues -If you have any questions, please consider finding or posting them on our dedicated forum, once it is qualified as a bug, you can open issues. +If you have any questions, please consider finding or posting them on our [dedicated forum](https://forum.pydio.com/c/sync-client), once it is qualified as a bug, you can open issues. ## Contributing -Please sign the Contributor License Agreement before contributing. +Please [sign the Contributor License Agreement](https://pydio.com/en/community/contribute/contributor-license-agreement-cla) before contributing.