Skip to content

Commit

Permalink
add-links
Browse files Browse the repository at this point in the history
  • Loading branch information
souravjain540 committed Sep 27, 2023
1 parent a8d66d0 commit bd4f4d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/Sections/Hacktoberfest/Steps/how-to1.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const HowTo1 = () => {
</>
}
ctaLabel="See issues"
ctaUrl="http"
ctaUrl="https://github.com/amplication/amplication/issues?q=is%3Aopen+is%3Aissue+label%3A%22open+to+community%22"
className="pl-36 z-20"
/>
</>
Expand Down
2 changes: 1 addition & 1 deletion components/Sections/Hacktoberfest/Steps/how-to2.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const HowTo2 = () => {
</>
}
ctaLabel="Check plugin ideas"
ctaUrl="http"
ctaUrl="https://github.com/amplication/amplication/issues/7027"
className="pl-36 z-20"
/>
</>
Expand Down
2 changes: 1 addition & 1 deletion components/Sections/Hacktoberfest/Steps/how-to3.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const HowTo3 = () => {
</>
}
ctaLabel="See issues"
ctaUrl="http"
ctaUrl="https://github.com/amplication/amplication/issues/7028"
className="pl-36 z-20"
/>
</>
Expand Down

0 comments on commit bd4f4d9

Please sign in to comment.