Skip to content

Commit

Permalink
Merge pull request #10 from ericsche/ericsche
Browse files Browse the repository at this point in the history
Update thumbnails links that were wrong.
  • Loading branch information
BobGerman authored Oct 21, 2024
2 parents 415cd5c + 49c92c7 commit ab1eff3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion samples/da-CareerCoach/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
{
"type": "image",
"order": 100,
"url": "https://github.com/pnp/copilot-pro-dev-samples/blob/43afe103f9489aeb297b4811ee1dca54639f13d5/samples/da-CareerCoach/assets/CareerCoach1.png",
"url": "https://raw.githubusercontent.com/pnp/copilot-pro-dev-samples/refs/heads/main/samples/da-CareerCoach/assets/CareerCoach1.png",
"alt": "Career Coach Declarative Agent for Microsoft 365 Copilot Sample"
}
],
Expand Down
2 changes: 1 addition & 1 deletion samples/da-IdeaCoach/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
{
"type": "image",
"order": 100,
"url": "https://github.com/pnp/copilot-pro-dev-samples/blob/493864eea3d79bbb9a6e59ed7e063c4dad2a98b1/samples/da-IdeaCoach/assets/IdeaCoach1.png",
"url": "https://raw.githubusercontent.com/pnp/copilot-pro-dev-samples/refs/heads/main/samples/da-IdeaCoach/assets/IdeaCoach1.png",
"alt": "Idea Coach Declarative Agent for Microsoft 365 Copilot Sample"
}
],
Expand Down
2 changes: 1 addition & 1 deletion samples/da-LearningCoach/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
{
"type": "image",
"order": 100,
"url": "https://github.com/pnp/copilot-pro-dev-samples/blob/493864eea3d79bbb9a6e59ed7e063c4dad2a98b1/samples/da-LearningCoach/assets/LearningCoach1.png",
"url": "https://raw.githubusercontent.com/pnp/copilot-pro-dev-samples/refs/heads/main/samples/da-LearningCoach/assets/LearningCoach1.png",
"alt": "Learning Coach Declarative Agent for Microsoft 365 Copilot Sample"
}
],
Expand Down
2 changes: 1 addition & 1 deletion samples/da-PromptCoach/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
{
"type": "image",
"order": 100,
"url": "https://github.com/pnp/copilot-pro-dev-samples/blob/493864eea3d79bbb9a6e59ed7e063c4dad2a98b1/samples/da-PromptCoach/assets/PromptCoach1.png",
"url": "https://raw.githubusercontent.com/pnp/copilot-pro-dev-samples/refs/heads/main/samples/da-PromptCoach/assets/PromptCoach1.png",
"alt": "Prompt Coach Declarative Agent for Microsoft 365 Copilot Sample"
}
],
Expand Down
2 changes: 1 addition & 1 deletion samples/da-WritingCoach/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
{
"type": "image",
"order": 100,
"url": "https://github.com/pnp/copilot-pro-dev-samples/blob/493864eea3d79bbb9a6e59ed7e063c4dad2a98b1/samples/da-WritingCoach/assets/WritingCoach1.png",
"url": "https://raw.githubusercontent.com/pnp/copilot-pro-dev-samples/refs/heads/main/samples/da-WritingCoach/assets/WritingCoach1.png",
"alt": "Writing Coach Declarative Agent for Microsoft 365 Copilot Sample"
}
],
Expand Down

0 comments on commit ab1eff3

Please sign in to comment.