Skip to content

Commit

Permalink
Update paths to everyonecancode
Browse files Browse the repository at this point in the history
  • Loading branch information
waeltken committed Feb 2, 2024
1 parent 99354f1 commit 2df8fe9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- build-documentation
environment:
name: pages
url: https://${{ github.repository_owner }}.github.io/anyonecancode
url: https://${{ github.repository_owner }}.github.io/everyonecancode

if: github.ref == 'refs/heads/main'

Expand Down
4 changes: 2 additions & 2 deletions .vuepress/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
title: Anyone Can Code
patterns: ["**/*.md", "!**/node_modules", "!templates/**", "!frontend/**"]
base: /anyonecancode/instructions/
base: /everyonecancode/instructions/
themeConfig:
repo: "microsoft/anyonecancode"
repo: "microsoft/everyonecancode"
editLinks: true
sidebar:
[
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<hr>

## [Click here to take a look at the sample app](https://microsoft.github.io/anyonecancode/)
## [Click here to take a look at the sample app](https://microsoft.github.io/everyonecancode/)

## Agenda for the Anyone can Code workshop

Expand Down
2 changes: 1 addition & 1 deletion instructions/day1/ApplicationPart2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ it to serve the frontend for Milligram.
- Navigate to **Pages**, select the branch _gh-pages_ and hit the save button.
![Enable Pages](./images/FrontendPages.png)
- The deployment will take 1-2 minutes. After that, the Milligram website is
accessible through `https://<your github username>.github.io/anyonecancode/`.
accessible through `https://<your github username>.github.io/everyonecancode/`.

Take a look at the website. Try changing the profile to your GitHub account name
and see that it is stored even if you refresh the browser.
Expand Down
4 changes: 2 additions & 2 deletions instructions/day2/Vision/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ You need to share the information of this resource with the web app, so that it
## Run Frontend Pipeline again

- Navigate to **Actions** > **Pages** and **Run workflow**
![Screenshot of Actions page of github.com/microsoft/anyonecancode](./images/run-workflow.png)
![Screenshot of Actions page of github.com/microsoft/everyonecancode](./images/run-workflow.png)

Click on the frontend link displayed under the deploy step under your pipeline `https://<yourgithubhandle>.github.io/...` or open the app on your phone.

Expand All @@ -82,4 +82,4 @@ Ask your coach if you did not succeed. We have you covered with a back up. ⚠

### Use prepared Milligram Backend Service

Look at the prepared application with our pictures for you to play around [Milligram](https://microsoft.github.io/anyonecancode/).
Look at the prepared application with our pictures for you to play around [Milligram](https://microsoft.github.io/everyonecancode/).

0 comments on commit 2df8fe9

Please sign in to comment.