Skip to content

Commit 152ca6b

Browse files
Merge pull request #250 from monicagiraldochica/fix_anotherBrokenLink
fixed another broken link
2 parents 30e8e27 + 1cbcd3b commit 152ca6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/learning/programming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Workflow diagrams are very useful in research for designing processing pipelines
3636

3737
[Canva](https://www.canva.com/graphs/workflow-diagrams/){:target="_blank"}: Canva has some beautiful templates for flowcharts that you just need to edit but can get you started quick. It has many options and add-ons and can also be downloaded in different formats.
3838

39-
[ClickUp](https://clickup.com/blog/workflow-diagram-examples/){:target="_blank"}: This tool will be explained in more detail in the [Time management section](#time-management-tools) because it is not only useful for creating diagrams but it can do many things to organize your research projects and team. This is a trully all-in-one tool.
39+
[ClickUp](https://clickup.com/blog/workflow-diagram-examples/){:target="_blank"}: This tool will be explained in more detail in the [Time management section](#time-management-tools) because it is not only useful for creating diagrams but it can do many things to organize your research projects and team. This is a truly all-in-one tool.
4040

4141
### Version Control Tools
4242

docs/software/advanced_git.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Or in [GitHub Desktop](https://desktop.github.com/){:target="_blank"}. Here you
2020

2121
![create GitPage repo](../_static/img/GitHubAdvGuide_img1.png){width="600"}
2222

23-
Next, create an index.md or index.html file and any other files that will be part of the web page for your lab. Below is an example of what a very simple index.html file could look like. If you are new to Markdown or HTML, visit our [programming guide](programming.md) section where we have links to very good programming tutorials for different languages.
23+
Next, create an index.md or index.html file and any other files that will be part of the web page for your lab. Below is an example of what a very simple index.html file could look like. If you are new to Markdown or HTML, visit our [programming guide](../learning/programming.md) section where we have links to very good programming tutorials for different languages.
2424

2525
<!-- markdownlint-disable MD046 -->
2626
=== "index.html"

0 commit comments

Comments
 (0)