Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hubpage #1227

Merged
merged 3 commits into from
Nov 12, 2016
Merged

Hubpage #1227

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix more image links
  • Loading branch information
mairaw authored Nov 11, 2016
commit 8702ac299e497d00810d772bbad39859d59d074c
10 changes: 5 additions & 5 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ms.assetid:
<div class="card">
<div class="cardImageOuter">
<div class="cardImage">
<img src="/docs/images/hub/featured-2.png" alt="" />
<img src="./docs/images/hub/featured-2.png" alt="" />
</div>
</div>
<div class="cardText">
Expand All @@ -60,7 +60,7 @@ ms.assetid:
<div class="card">
<div class="cardImageOuter">
<div class="cardImage">
<img src="/docs/images/hub/featured-3.png" alt="" />
<img src="./docs/images/hub/featured-3.png" alt="" />
</div>
</div>
<div class="cardText">
Expand Down Expand Up @@ -88,7 +88,7 @@ ms.assetid:
<div class="card">
<div class="cardImageOuter">
<div class="cardImage">
<img src="/docs/images/hub/net-gs-1.svg" alt="" />
<img src="./docs/images/hub/net-gs-1.svg" alt="" />
</div>
</div>
<div class="cardText">
Expand All @@ -107,7 +107,7 @@ ms.assetid:
<div class="card">
<div class="cardImageOuter">
<div class="cardImage">
<img src="/docs/images/hub/net-gs-2.svg" alt="" />
<img src="./docs/images/hub/net-gs-2.svg" alt="" />
</div>
</div>
<div class="cardText">
Expand Down Expand Up @@ -147,7 +147,7 @@ ms.assetid:
<div class="card">
<div class="cardImageOuter">
<div class="cardImage">
<img src="/docs/images/hub/net-gs-7.svg" alt="" />
<img src="./docs/images/hub/net-gs-7.svg" alt="" />
</div>
</div>
<div class="cardText">
Expand Down