Skip to content

Commit f3530cd

Browse files
Modify download link to open in new tab
Updated the download link format to include target attribute for opening in a new tab.
1 parent 5fe1377 commit f3530cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Instructions/Labs/01-exercise-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ First, you need to ...
4343
1. Step 1
4444
1. This step includes an example of `inline code formatting`, which is used when the learner needs to type something (anything, not just code) because it creates a [T] link in the hosted Skillable environment.
4545
1. If you need the learner to open a website, include both a link (so they can open by clicking in the HTML GitHub page) AND the URL formatted as code (so they can type it in a hosted VM browser). For example, "Open the [Bing](https://www.bing.com){:target="_blank"} website at `https://www.bing.com`" (the {:target="_blank"} tag forces the link to open in a new browser tab!)
46-
1. If you need the learner to download a file (or a bunch of files in a zip), store the file in Allfiles folder in this repo and use the **raw** URL - like this: "Download [file name](https://raw.githubusercontent.com/MicrosoftLearning/INF99X-SampleCourse/master/Allfiles/read-me.md) from `https://raw.githubusercontent.com/MicrosoftLearning/INF99X-SampleCourse/master/Allfiles/Labs/01/Starter/azuredeploy.json`.
46+
1. If you need the learner to download a file (or a bunch of files in a zip), store the file in Allfiles folder in this repo and use the **raw** URL - like this: "Download [file name](https://raw.githubusercontent.com/MicrosoftLearning/INF99X-SampleCourse/master/Allfiles/read-me.md){:target="_blank"} from `https://raw.githubusercontent.com/MicrosoftLearning/INF99X-SampleCourse/master/Allfiles/read-me.md`.
4747
1. Alternatively, for a developer audience, you can have them clone this repo if that seems more appropriate.
4848
1. If you need to include a multiline code block, indent it to match the bulleted list indent:
4949

0 commit comments

Comments
 (0)