Skip to content

Commit

Permalink
Merge pull request #11 from h-yoshikawa44/feature/10-legacy_sub_domain
Browse files Browse the repository at this point in the history
devchallengesへのリンクをlegacyサブドメインに移行した
  • Loading branch information
h-yoshikawa44 authored Sep 25, 2023
2 parents ba19c28 + 68714cd commit 26d61db
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">Weather app</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/1juVePEnnmpjMCzrbvRr">
<a href="https://legacy.devchallenges.io/solutions/1juVePEnnmpjMCzrbvRr">
Solution
</a>
<span> | </span>
<a href="https://devchallenges.io/challenges/mM1UIenRhK808W8qmLWv">
<a href="https://legacy.devchallenges.io/challenges/mM1UIenRhK808W8qmLWv">
Challenge
</a>
</h3>
Expand Down Expand Up @@ -87,7 +87,7 @@ API

<!-- 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/mM1UIenRhK808W8qmLWv) 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/mM1UIenRhK808W8qmLWv) was to build an application to complete the given user stories.

- [x] User story: I can see city weather as default, preferably my current location
- [x] User story: I can search for city
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>Weather app</title>
<meta
name="description"
content="devChallenges.io - Weather app | by h-yoshikawa44"
content="devChallenges.io(legacy) - Weather app | by h-yoshikawa44"
/>
</Head>
<HomePage />
Expand Down

1 comment on commit 26d61db

@vercel
Copy link

@vercel vercel bot commented on 26d61db Sep 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.