From 88bd0200e112288ea8968446eee4ec1d22e2b35c Mon Sep 17 00:00:00 2001 From: mahaloz Date: Mon, 30 Sep 2024 10:48:23 -0700 Subject: [PATCH] Fix links --- docs/quickstart/install.md | 2 +- docs/ui-guide.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/quickstart/install.md b/docs/quickstart/install.md index 047fcef..9a1ead6 100644 --- a/docs/quickstart/install.md +++ b/docs/quickstart/install.md @@ -56,5 +56,5 @@ your SSH key when BinSync is in use. After you are done installing BinSync with the steps above, it is reccommended that you validate the install works by syncing data from our example binsync project. You can find a tutorial to validate this install, with some basic usage, in the [Joining a BinSync project](./joining-project) section. -After validating your installation, it's **highly** recommended that you read the [Usage Guide](/docs/fundamentals), since BinSync can be rather complicated to +After validating your installation, it's **highly** recommended that you read the [Usage Guide](/ui-guide), since BinSync can be rather complicated to use on your very first look at it. diff --git a/docs/ui-guide.md b/docs/ui-guide.md index 1b62dee..b0d2fe2 100644 --- a/docs/ui-guide.md +++ b/docs/ui-guide.md @@ -7,7 +7,8 @@ sidebar_position: 3 It's a good idea to start here before going to any other use-page so you understand all the features BinSync has to offer and how to access them. ## The Core Basics -BinSync works on Git, which means that everything is version-controlled, and nothing is automatically changed in your local client. If you followed the [Install Validation](/docs/install-validation) page, then you should already understand that you request specific users content. +BinSync works on Git, which means that everything is version-controlled, and nothing is automatically changed in your local client. +If you followed the [Joining a Project](/quickstart/joining-project) page, then you should already understand that you request specific users content. ### Syncing: No Pulling, No Pushing You may be thinking that when you click `Sync`, it's like you are pulling, but that is not really the case. Under the hood we have a thread going that is doing real `pulling` and `pushing` on the Git level to update your Git's knowledge of users. This makes more sense if you look at how users are stored in the BinSync database.