Skip to content

Commit

Permalink
fixed links to login, signup, blog, and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vmatsiiako committed Nov 24, 2022
1 parent 7e4b38a commit 5e04352
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
"to": "#F8B7BD"
}
},
"topbarLinks": [{ "name": "Log In", "url": "https://infisical.com/login" }],
"topbarLinks": [{ "name": "Log In", "url": "https://app.infisical.com/login" }],
"topbarCtaButton": {
"name": "Start for Free",
"url": "https://infisical.com/signup"
"url": "https://app.infisical.com/signup"
},
"anchors": [
{
"name": "Blog",
"icon": "newspaper",
"url": "https://infisical.com/blog"
"url": "https://blog.infisical.com/"
}
],
"navigation": [
Expand Down
2 changes: 1 addition & 1 deletion frontend/components/navigation/NavBarDashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const supportOptions = [
[
<FontAwesomeIcon className="text-lg pl-1.5 pr-3" icon={faBook} />,
"Read Docs",
"https://infisical.com/docs/gettingStarted",
"https://infisical.com/docs/getting-started/introduction",
],
[
<FontAwesomeIcon className="text-lg pl-1.5 pr-3" icon={faGithub} />,
Expand Down
2 changes: 1 addition & 1 deletion frontend/pages/dashboard/[id].js
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ export default function Dashboard() {
{checkDocsPopUpVisible &&
<BottonRightPopup
buttonText="Check Docs"
buttonLink="https://www.infisical.com/docs/gettingStarted"
buttonLink="https://infisical.com/docs/getting-started/introduction"
titleText="Good job!"
emoji="🎉"
textLine1="Congrats on adding more secrets."
Expand Down
2 changes: 1 addition & 1 deletion frontend/pages/settings/project/[id].js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export default function SettingsBasic() {
snipets for various languages and
frameworks, see{" "}
<a
href="https://infisical.com/docs/gettingStarted"
href="https://infisical.com/docs/getting-started/introduction"
target="_blank"
rel="noopener"
className="text-primary hover:opacity-80 duration-200"
Expand Down

0 comments on commit 5e04352

Please sign in to comment.