Skip to content

Commit 590d3aa

Browse files
fix/subscribe link (#43)
* fix: url added for the subscribe to be notified text * fix: typo and path
1 parent 0595347 commit 590d3aa

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/components/link.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
import clsx from "clsx"
1+
import clsx from 'clsx'
22

33
function Link({ children, href = '', target = '_self', heading }) {
44
return (
55
<a
66
href={href}
77
target={target}
8-
className={heading !== null ? 'text-xl' : ''}
8+
className={heading !== null && heading === true ? 'text-xl' : ''}
99
>
1010
{children}
1111
</a>

src/pages/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Plane is a simple, extensible, open source project and product management tool.
1010

1111
{% quick-link title="Quick Start" icon="installation" href="/quick-start" description="Learn how to use Plane and follow the best practices of taking-off." /%}
1212

13-
{% quick-link title="Self-host Plane" icon="presets" href="/self-hosting" description="Run Plane on your computer or development machine." /%}
13+
{% quick-link title="Self-host Plane" icon="presets" href="/self-hosting/self-hosting" description="Run Plane on your computer or development machine." /%}
1414

1515
{% quick-link title="Integrations" icon="plugins" href="/integrations/about" description="Extend Plane with third-party plugins and integrations" /%}
1616

src/pages/self-hosting/docker-compose.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Let's get started!
1616

1717
{% expansion collapsedTitle="Option 1 - Using Cloud Server" %}
1818

19-
Best way to start is to create EC2 maching on AWS. It must of minimum `t3.medium/t3a.medium`
19+
Best way to start is to create EC2 machine on AWS. It must of minimum `t3.medium/t3a.medium`
2020

2121
Run the below command to install docker engine.
2222

src/pages/sign-up-sign-in.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ This screen will help you get set up with an e-mail and a password and get acces
4040
To prevent misuse of these features, you can’t access these screens without going through our secure set-up first, which will start when when you upgrade to {% inline-code textColor="red" %}v0.14{% /inline-code %}.
4141

4242
{% callout type="cloud" %}
43-
Cloud users will get their own set of {% inline-code textColor="blue" %}God Mode{% /inline-code %} in a later update for authorization and billing controls. Subscribe to be notified.
43+
Cloud users will get their own set of {% inline-code textColor="blue" %}God Mode{% /inline-code %} in a later update for authorization and billing controls. {% link href="https://ece39166.sibforms.com/serve/MUIFANgaMWIARsq1n0lMNrch19pdY2HJm9FkSXAeq1DrCoXJBmO9Yq6SPgtzu7rL0lQBmCvvz2A2arVl5WaDxYu6YhNW4PKNAis0DMXmpRnwm5633BvXqIYILqZuyqYiGS7_QjJ0Ozh4R2uctd8RwiiTLSHWpnV2njQt6DPV5cVr8FH3K-TouNAlBScOJxbCpjj8fYo2ULsEJeAL" target="_blank" %}Subscribe to be notified{% /link %}.
4444
{% /callout %}
45-
45+
f
4646
Completing set-up will lead you to a success screen that should look like ↓.
4747

4848
![success-on-setup-existing-instances-self-hosted](https://plane-marketing.s3.ap-south-1.amazonaws.com/plane-assets/docs/success-on-setup-existing-instances-self-hosted.png)

0 commit comments

Comments
 (0)