Skip to content

Commit

Permalink
Merge pull request #3 from sabbour/master
Browse files Browse the repository at this point in the history
Updating title and description
  • Loading branch information
jboeshart committed Feb 25, 2020
2 parents 8b9ea42 + 29c4330 commit f3ecf1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ languages:
- nodejs
products:
- nodejs
description: "Add 150 character max description"
urlFragment: "update-this-to-unique-url-stub"
description: "This code is part of the Microsoft Learn module of the AKS workshop. It provides the frontend for the ratings application."
urlFragment: "aksworkshop-ratings-web"
---

# AKS Workshop - ratings-web sample code
Expand Down
2 changes: 1 addition & 1 deletion src/components/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<at-button @click="link('Leaderboard')" icon="icon-bar-chart-2" class="mid-btn" type="success" hollow>View Leaderboard</at-button>
</div>
<div class="col-lg-6">
<a href="https://github.com/microsoft/rating-web" target="_blank"><at-button icon="icon-github" class="mid-btn" type="info" hollow>Steal This Code</at-button></a>
<a href="https://github.com/MicrosoftDocs/mslearn-aks-workshop-ratings-web" target="_blank"><at-button icon="icon-github" class="mid-btn" type="info" hollow>Clone This Code</at-button></a>
</div>
<div class="col-lg-3">
</div>
Expand Down

0 comments on commit f3ecf1f

Please sign in to comment.