Skip to content

Commit 82e43e9

Browse files
committed
Resolve GitHub Marketplace URL and a syntax error
1 parent 99d4391 commit 82e43e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

absolute-beginners/git-github-beginner/more-github/github-actions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ Once you push a workflow file, you can watch it run in real-time:
7373
3. Click on a specific "Workflow Run" to see the logs and status.
7474
7575
:::tip
76-
Don't reinvent the wheel! Visit the [GitHub Marketplace](https://github.com/marketplace#type#Dactions) to find thousands of pre-written Actions created by the community that you can drop into your own projects.
76+
Don't reinvent the wheel! Visit the [GitHub Marketplace](https://github.com/marketplace?type=Dactions) to find thousands of pre-written Actions created by the community that you can drop into your own projects.
7777
:::

absolute-beginners/git-github-beginner/more-github/markdown.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Highlighting key terms helps learners focus on what's important.
3636
| :--- | :--- |
3737
| **Bold Text** | `**Bold Text**` |
3838
| *Italic Text* | `*Italic Text*` |
39-
| ~Strikethrough Text~ | `~Strikethrough Text~` |
39+
| ~~Strikethrough Text~~ | `~~Strikethrough Text~~` |
4040
| ***Bold & Italic (Combined) Text*** | `***Bold & Italic (Combined) Text***` |
4141

4242
## 3. Lists: Organized Thoughts

0 commit comments

Comments
 (0)