Skip to content

Commit

Permalink
fix broken links to deployed versions (a, b, c) of educational blog (#…
Browse files Browse the repository at this point in the history
…865)

Co-authored-by: Sally McGrath <[email protected]>
  • Loading branch information
pseudopilot and SallyMcGrath authored Aug 6, 2024
1 parent a5d466d commit fa4a1a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions common-content/en/module/induction/previous-versions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ We can view the different commits of a project on Github. This means we can see
{{<note type="exercise" title="exercise 4.1">}}
Here are some different versions of the same educational backlog.

[Deployed version A educational blog](https://64b6f9a2b9c00a00082bbeeb--git-demo-week1.netlify.app/)
[Deployed version A educational blog](https://git-demo-week1-version-a.netlify.app/)

<!---
Version A should have a test p element on the index page
-->

[Deployed version B educational blog](https://64b6fd80d14d510008aab4aa--git-demo-week1.netlify.app/)
[Deployed version B educational blog](https://git-demo-week1-version-b.netlify.app/)

<!---
Version B should have nothing on the index page
-->

[Deployed version C educational blog](https://64b971b0adae9e00089d7531--git-demo-week1.netlify.app/)
[Deployed version C educational blog](https://git-demo-week1-version-c.netlify.app/)

<!---
Version C should be same as production deployment but with some rogue characters on the page
Expand All @@ -39,6 +39,6 @@ Version C should be same as production deployment but with some rogue characters
1. What is the difference between Version A and Version B on the index page (the page you first land on after clicking on the link)
1. What is the difference between Version C and the main version of the site.
1. Which commit from the [**education-blog**](https://github.com/CodeYourFuture/education-blog/commits/main) repo correspond to Version C? Remember to check the git history.
1. Which commit from the [**education-blog**](https://github.com/CodeYourFuture/education-blog/commits/mainLive) repo correspond to Version A?
1. Which commit from the [**education-blog**](https://github.com/CodeYourFuture/education-blog/commits/main) repo correspond to Version A?

{{</note>}}

0 comments on commit fa4a1a0

Please sign in to comment.