Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
mahaloz committed Sep 30, 2024
1 parent 558bba9 commit 88bd020
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/quickstart/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
3 changes: 2 additions & 1 deletion docs/ui-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 88bd020

Please sign in to comment.