Skip to content

Commit 88bd020

Browse files
committed
Fix links
1 parent 558bba9 commit 88bd020

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/quickstart/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ your SSH key when BinSync is in use.
5656
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.
5757
You can find a tutorial to validate this install, with some basic usage, in the [Joining a BinSync project](./joining-project) section.
5858

59-
After validating your installation, it's **highly** recommended that you read the [Usage Guide](/docs/fundamentals), since BinSync can be rather complicated to
59+
After validating your installation, it's **highly** recommended that you read the [Usage Guide](/ui-guide), since BinSync can be rather complicated to
6060
use on your very first look at it.

docs/ui-guide.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ sidebar_position: 3
77
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.
88

99
## The Core Basics
10-
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.
10+
BinSync works on Git, which means that everything is version-controlled, and nothing is automatically changed in your local client.
11+
If you followed the [Joining a Project](/quickstart/joining-project) page, then you should already understand that you request specific users content.
1112

1213
### Syncing: No Pulling, No Pushing
1314
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.

0 commit comments

Comments
 (0)