Skip to content

Commit b59e657

Browse files
authored
Convert plain-text Copilot Studio URLs to markdown links (#255)
* Convert plain-text Copilot Studio URLs to markdown links Fix 4 instances across bootcamp labs where copilotstudio.microsoft.com was plain text instead of a clickable markdown link: - mcs-alm - component-collections - mcs-tools - mcs-multi-agent * Use target="_blank" so Copilot Studio links open in a new tab
1 parent eba1437 commit b59e657

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

labs/component-collections/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Create an agent, build a custom topic, and package components into a reusable co
132132

133133
#### Create the Safe Travels Agent
134134

135-
1. Go to the Copilot Studio home page at https://copilotstudio.microsoft.com.
135+
1. Go to the Copilot Studio home page at <a href="https://copilotstudio.microsoft.com" target="_blank">copilotstudio.microsoft.com</a>.
136136

137137
1. Select **Agents** on the left navigation.
138138

labs/mcs-alm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ Create a deployment pipeline that automates solution deployment across environme
339339
340340
#### Create an agent to deploy
341341

342-
1. Go to the Copilot Studio home page at https://copilotstudio.microsoft.com/
342+
1. Go to the Copilot Studio home page at <a href="https://copilotstudio.microsoft.com/" target="_blank">copilotstudio.microsoft.com</a>
343343

344344
1. Enter the following to describe the agent you wish to create, but do NOT choose to create it yet:
345345

labs/mcs-multi-agent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Create the parent agent base that will be needed to host all your tools, agents,
146146

147147
#### Create Sales Associate Assistant
148148

149-
1. Go to the Copilot Studio home page at https://copilotstudio.microsoft.com.
149+
1. Go to the Copilot Studio home page at <a href="https://copilotstudio.microsoft.com" target="_blank">copilotstudio.microsoft.com</a>.
150150

151151
1. Check the **Environment** in the upper right corner to make sure you are in your "DEV - user name" environment.
152152

labs/mcs-tools/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ Create an agent flow that calculates sales commissions using deterministic busin
421421
422422
#### Create a New Agent
423423
424-
1. Go to **Microsoft Copilot Studio** at https://copilotstudio.microsoft.com.
424+
1. Go to **Microsoft Copilot Studio** at <a href="https://copilotstudio.microsoft.com" target="_blank">copilotstudio.microsoft.com</a>.
425425
426426
1. Select **Agents** on left navigation.
427427

0 commit comments

Comments
 (0)