Skip to content

Commit

Permalink
update knowledge base links (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brilator authored Dec 2, 2024
1 parent 70bcfa0 commit 0f6d6d5
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 21 deletions.
2 changes: 1 addition & 1 deletion packages/main/src/mainWindow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export async function restoreOrCreateWindow() {
{
label: 'Tutorials',
click: async () => {
shell.openExternal('https://nfdi4plants.org/nfdi4plants.knowledgebase/docs/guides/arcitect_QuickStart.html');
shell.openExternal('https://nfdi4plants.org/nfdi4plants.knowledgebase/start-here');
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion packages/renderer/src/dialogs/AddRemoteDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const onSubmit = async () => {
const openAccessTokenHelp = ()=>{
window.ipc.invoke(
'InternetService.openExternalURL',
`https://nfdi4plants.org/nfdi4plants.knowledgebase/docs/ArcCommanderManual/arc_access.html#create-and-store-a-configurable-datahub-access-token-for-your-project`
`https://nfdi4plants.github.io/nfdi4plants.knowledgebase/datahub/datahub-generate-pat/`
);
}
const openAccessTokenEditor = ()=>{
Expand Down
2 changes: 1 addition & 1 deletion packages/renderer/src/docs/datahub.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<q-item>
<div>
With the LFS checkbox you can select whether or not download large files. Read more about <a
href="https://nfdi4plants.org/nfdi4plants.knowledgebase/docs/guides/arc_WorkingWithLargeDataFiles.html"
href="https://nfdi4plants.github.io/nfdi4plants.knowledgebase/git/git-lfs/"
target="_blank">large file storage (LFS)</a> in the DataPLANT knowledgebase.
</div>
</q-item>
Expand Down
4 changes: 2 additions & 2 deletions packages/renderer/src/docs/git-commit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
<q-item>
<div>
Check out the DataPLANT knowledgebase to learn more about <a
href="https://nfdi4plants.org/nfdi4plants.knowledgebase/docs/guides/arc_WorkingWithLargeDataFiles.html"
href="https://nfdi4plants.github.io/nfdi4plants.knowledgebase/git/git-lfs/"
target="_blank">large file storage (LFS)</a> and
<a href="https://nfdi4plants.org/nfdi4plants.knowledgebase/docs/guides/arc_SyncingRecommendation.html"
<a href="https://nfdi4plants.github.io/nfdi4plants.knowledgebase/git/git-syncing-recommendation/"
target="_blank">commit messages</a>.


Expand Down
4 changes: 2 additions & 2 deletions packages/renderer/src/docs/git-sync.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ import d_checkbox from '../components/d_checkbox.vue';
<q-card-section>
<div>
Check out the DataPLANT knowledgebase to learn more about <a
href="https://nfdi4plants.org/nfdi4plants.knowledgebase/docs/guides/arc_WorkingWithLargeDataFiles.html"
href="https://nfdi4plants.github.io/nfdi4plants.knowledgebase/git/git-lfs/"
target="_blank">large file storage (LFS)</a> or <a
href="https://nfdi4plants.org/nfdi4plants.knowledgebase/docs/guides/datahub-GeneratePAT.html"
href="https://nfdi4plants.github.io/nfdi4plants.knowledgebase/datahub/datahub-generate-pat/"
target="_blank">generating personal access tokens</a>.
<!-- TODO: add explanation about remotes -->
</div>
Expand Down
12 changes: 1 addition & 11 deletions packages/renderer/src/docs/markdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,7 @@
__This is also bold__ <br>
</code>
</q-card-section>
</q-card>
<q-card>
<q-item>
<div>
For more information on markdown, check out the tutorial in the <a
href="https://nfdi4plants.org/nfdi4plants.knowledgebase/docs/guides/tutorial_IntroductionToMarkdown.html" target="_blank">DataPLANT Knowledge Base</a>.
</div>
</q-item>

</q-card>

</q-card>

</div>
</template>
2 changes: 1 addition & 1 deletion packages/renderer/src/docs/swate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import a_btn from '../components/a_btn.vue';

<q-item>
<div>
Please check out the <a href="https://nfdi4plants.org/nfdi4plants.knowledgebase/docs/implementation/Swate.html" target="_blank">DataPLANT knowledge base</a> for more info.
Please check out the <a href="https://nfdi4plants.org/nfdi4plants.knowledgebase/swate" target="_blank">DataPLANT knowledge base</a> for more info.
</div>
</q-item>

Expand Down
4 changes: 2 additions & 2 deletions packages/renderer/src/docs/validation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import d_checkbox from '../components/d_checkbox.vue';
Here you can choose, how your ARC shall be validated.
The actual validation occurs in the DataHUB once you synchronize your ARC for the next time.
Please check out the <a
href="https://nfdi4plants.org/nfdi4plants.knowledgebase/docs/DataHUB-Manual/cqc-pipelines/cqc-pipelines.html"
href="https://nfdi4plants.github.io/nfdi4plants.knowledgebase/arc-validation/cqc-pipelines/"
target="_blank">DataPLANT knowledge base</a> for more information.
</div></q-item>
</q-card-section>
Expand All @@ -39,7 +39,7 @@ import d_checkbox from '../components/d_checkbox.vue';
Under "Custom Validation Packages" you can add or remove additional validation packages.
For instance, if you want to publish your ARC and receive a DOI via the DataHUB, select and add the "invenio" validation.
Please check out the <a
href="https://nfdi4plants.org/nfdi4plants.knowledgebase/docs/DataHUB-Manual/datahub-data-publications.html"
href="https://nfdi4plants.github.io/nfdi4plants.knowledgebase/datahub/data-publications/"
target="_blank">DataPLANT knowledge base</a> for more information about publishing your ARC.
</div>
</q-item>
Expand Down

0 comments on commit 0f6d6d5

Please sign in to comment.