Skip to content

Commit

Permalink
Update manual-install-qs.md
Browse files Browse the repository at this point in the history
current links not working, updating links to relative paths and steps
  • Loading branch information
mirnawong1 authored Nov 14, 2024
1 parent 97481cf commit aede8f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/guides/manual-install-qs.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The following steps use [GitHub](https://github.com/) as the Git provider for th
2. Select **Public** so the repository can be shared with others. You can always make it private later.
3. Leave the default values for all other settings.
4. Click **Create repository**.
5. Save the commands from "…or create a new repository on the command line" to use later in [Commit your changes](#commit-your-changes).
5. Save the commands from "…or create a new repository on the command line" to use later in [Commit your changes](/guides/manual-install?step=6).

Check warning on line 39 in website/docs/guides/manual-install-qs.md

View workflow job for this annotation

GitHub Actions / vale

[vale] website/docs/guides/manual-install-qs.md#L39

[custom.UIElements] UI elements like 'Save' should be bold.
Raw output
{"message": "[custom.UIElements] UI elements like 'Save' should be bold.", "location": {"path": "website/docs/guides/manual-install-qs.md", "range": {"start": {"line": 39, "column": 4}}}, "severity": "WARNING"}

## Create a project

Expand Down Expand Up @@ -162,7 +162,7 @@ You should have an output that looks like this:

Commit your changes so that the repository contains the latest code.

1. Link the GitHub repository you created to your dbt project by running the following commands in Terminal. Make sure you use the correct git URL for your repository, which you should have saved from step 5 in [Create a repository](#create-a-repository).
1. Link the GitHub repository you created to your dbt project by running the following commands in Terminal. Make sure you use the correct git URL for your repository, which you should have saved from step 5 in [Create a repository](/guides/manual-install?step=2).

```shell
git init
Expand Down

0 comments on commit aede8f9

Please sign in to comment.