Skip to content

Commit

Permalink
fix: 🐛 versioned docs not pathing to imgs
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronm-2112 committed Aug 30, 2024
1 parent b9ccd71 commit 293348a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ side bar, will ease the process of managing your Pennsieve account.
To access the Accounts page, click on the `Accounts` tab on the sidebar. Once accessed, you will be presented with a page that
looks like the one below:

![](../../static/img/manage_accounts.png)
![](/img/manage_accounts.png)

You can use the `Account Options` table to manage your Pennsieve account in the following ways:

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-15.2.0/guided.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ image: https://kalai.fairdataihub.org/api/generate?app=soda-for-sparc&title=What

Click on the `Curate and Share` option of the sidebar and then click on `Prepare Dataset Step-by-Step`.

![](../static/img/HomePage.png)
![](/img/HomePage.png)

On the first page there are three options available:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To get a Pennsieve account and access to the Pennsieve workspace you would like

Once you have signed up for a Pennsieve account, you should see your workspace listed in your list of available workspaces (see image below).

![](../../static/img/Pensieve.png)
![](/img/Pensieve.png)

:::info
If you have any issues, reach out to the Pennsieve team at support@pennsieve.io.
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-15.2.0/upload-dataset/step-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Select an already organized dataset to upload to Pennsieve. You can start by dra
SODA will alert you of any problematic files or folders and recommend solutions.
:::

![](../../static/img/UploadData.png)
![](/img/UploadData.png)

import PageFeedback from '@site/src/components/PageFeedback';

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-15.2.0/upload-dataset/step-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ image: https://kalai.fairdataihub.org/api/generate?app=soda-for-sparc&title=Step

Confirm the account and workspace you want to use for your dataset. If you have multiple Pennsieve accounts, you can select the account you want to use for the dataset. You can also select the workspace where you want to generate the dataset.

![](../../static/img/UploadData2.png)
![](/img/UploadData2.png)

import PageFeedback from '@site/src/components/PageFeedback';

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-15.2.0/upload-dataset/step-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Choose the destination where you would like to structure your dataset files. You
## New Dataset

If you choose to upload to a new Pennsieve dataset, you will be prompted to enter the name of the new dataset. Upon clicking the "Confirm" button, SODA will verify if the dataset name is available.
![](../../static/img/UploadData3.png)
![](/img/UploadData3.png)

## Existing Dataset

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-15.2.0/upload-dataset/step-5.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Details of the dataset you are about to upload will be displayed. You can review

If you need to make any changes, you can click on the "Back" button to go back to the previous steps and make the necessary changes. If everything looks good, you can click on the "Generate" button to start the upload process.

![](../../static/img/UploadData5.png)
![](/img/UploadData5.png)

import PageFeedback from '@site/src/components/PageFeedback';

Expand Down

0 comments on commit 293348a

Please sign in to comment.