Skip to content

Commit

Permalink
doc: devchallengesへのリンクをlegacyサブドメインに移行(#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
h-yoshikawa44 committed Sep 25, 2023
1 parent c0fef1e commit 13f1cee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h1 align="center">Windbnb</h1>

<div align="center">
Solution for a challenge from <a href="http://devchallenges.io" target="_blank">Devchallenges.io</a>.
Solution for a challenge from <a href="http://legacy.devchallenges.io" target="_blank">Devchallenges.io</a>.
</div>

<div align="center">
Expand All @@ -12,11 +12,11 @@
Demo
</a>
<span> | </span>
<a href="https://devchallenges.io/solutions/ftLx16ngH2CDg6hFPU76">
<a href="https://legacy.devchallenges.io/solutions/ftLx16ngH2CDg6hFPU76">
Solution
</a>
<span> | </span>
<a href="https://devchallenges.io/challenges/3JFYedSOZqAxYuOCNmYD">
<a href="https://legacy.devchallenges.io/challenges/3JFYedSOZqAxYuOCNmYD">
Challenge
</a>
</h3>
Expand Down Expand Up @@ -81,7 +81,7 @@ Other major libraries

<!-- List the features of your application or follow the template. Don't share the figma file here :) -->

This application/site was created as a submission to a [DevChallenges](https://devchallenges.io/challenges) challenge. The [challenge](https://devchallenges.io/challenges/3JFYedSOZqAxYuOCNmYD) was to build an application to complete the given user stories.
This application/site was created as a submission to a [DevChallenges](https://legacy.devchallenges.io/challenges) challenge. The [challenge](https://legacy.devchallenges.io/challenges/3JFYedSOZqAxYuOCNmYD) was to build an application to complete the given user stories.

- [x] User story: I can see a list of properties
- [x] User story: I can see the property card with a name, rating, apartment type, and super host
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Home = () => {
<title>Windbnb</title>
<meta
name="description"
content="devChallenges.io - Windbnb | by h-yoshikawa44"
content="devChallenges.io(legacy) - Windbnb | by h-yoshikawa44"
/>
</Head>
<HomePage />
Expand Down

0 comments on commit 13f1cee

Please sign in to comment.