Skip to content

Commit 0c64c92

Browse files
authored
Merge pull request #6 from makeplane/remove-redirects
Fixed broken links
2 parents 85ff821 + 4d8cff2 commit 0c64c92

File tree

8 files changed

+10
-13
lines changed

8 files changed

+10
-13
lines changed

plane-one/governance/workspaces-and-teams.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To align the product better with the ethos of collaboration, we will introduce T
1414

1515
## Why this change
1616

17-
Plane was conceived, designed, and built for cross-functional collaboration, going beyond just your team or company to include customers. Features like [Inbox](/core-concepts/inbox), [Publish](/core-concepts/deploy), and [Pages](/core-concepts/pages/overview) unlock that unique-to-Plane collaboration and will work with other forthcoming paid features. While workspaces have enabled essential separation of team- or org-specific data, we have come to realize they create silos that render our collaboration features moot.
17+
Plane was conceived, designed, and built for cross-functional collaboration, going beyond just your team or company to include customers. Features like [Inbox](https://docs.plane.so/core-concepts/inbox), [Publish](https://docs.plane.so/core-concepts/deploy), and [Pages](https://docs.plane.so/core-concepts/pages/overview) unlock that unique-to-Plane collaboration and will work with other forthcoming paid features. While workspaces have enabled essential separation of team- or org-specific data, we have come to realize they create silos that render our collaboration features moot.
1818

1919
## The short-term plan for One
2020

plane-one/introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ When you log in, you will see a list of your licenses. Clicking any will show yo
2020
<Tip>If you are yet to get a license, do that [here](https://plane.so/one).</Tip>
2121

2222
## Quickstart
23-
Plane One installs with a single command on your CLI. [Learn more](/plane-one/self-host/methods/one-command).
23+
Plane One installs with a single command on your CLI. [Learn more](/self-hosting/methods/docker-compose).
2424

2525

plane-one/self-host/methods/kubernetes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ title: Kubernetes
224224
| ssl.issuer | http | | CertManager configuration allows user to create issuers using `http` or any of the other DNS Providers like `cloudflare`, `digitalocean`, etc. As of now Plane supports `http`, `cloudflare`, `digitalocean`|
225225
| ssl.token | | | To create issuers using DNS challenge, set the issuer api token of dns provider like cloudflare` or `digitalocean`(not required for http) |
226226
| ssl.server | [https://acme-v02.api.letsencrypt.org/directory](https://acme-v02.api.letsencrypt.org/directory) | | Issuer creation configuration need the certificate generation authority server url. Default URL is the `Let's Encrypt` server|
227-
| ssl.email | [[email protected]]([email protected]) | | Certificate generation authority needs a valid email id before generating certificate. Required when `ssl.createIssuer=true` |
227+
| ssl.email | `[email protected]` | | Certificate generation authority needs a valid email id before generating certificate. Required when `ssl.createIssuer=true` |
228228
| ssl.generateCerts | false | | After creating the issuers, user can still not create the certificate untill sure of configuration. Setting this to `true` will try to generate SSL certificate and associate with ingress. Applicable only when `ingress.enabled=true` and `ssl.createIssuer=true` |
229229

230230
### Common Environment Settings

plane-one/self-host/overview.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebarTitle: Overview
55

66
## Methods
77
<CardGroup cols={2}>
8-
<Card title="Docker" icon="terminal" href="/plane-one/self-host/methods/one-command">
8+
<Card title="Docker" icon="terminal" href="/self-hosting/methods/docker-compose">
99
Run Plane One using docker with a single command
1010
</Card>
1111
<Card title="Kubernetes (Coming Soon!)" icon="gear" href="">
@@ -29,10 +29,10 @@ sidebarTitle: Overview
2929
</CardGroup> */}
3030
## Manage
3131
<CardGroup cols={2}>
32-
<Card title="Manage Licenses" icon="toolbox" href="/plane-one/self-host/manage/prime-client">
32+
<Card title="Manage Licenses" icon="toolbox" href="https://docs.plane.so/workspaces-and-users/upgrade-plan">
3333
Learn how to configure your instance.
3434
</Card>
35-
<Card title="Prime CLI" icon="star-of-life" href="/plane-one/self-host/manage/prime-cli">
35+
<Card title="Prime CLI" icon="star-of-life" href="/self-hosting/manage/prime-cli">
3636
Setup authentication methods on your Plane instance.
3737
</Card>
3838
</CardGroup>

self-hosting/govern/instance-admin.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ God Mode features a few screens as shown below.
2424
Your instance name, admin’s email address, and the provision to add other instance admins show up on this screen. There’s also an option to report anonymous usage data so we can learn from how you use Plane and ship better product.
2525

2626
- **Email**
27-
28-
<Frame>![](/images/instance-admin/email-instance-settings.png)</Frame>
29-
3027
Set up your SMTP server here so you can send essential emails—password resets, exports, changes to your instance—and Plane-enabled emails—onboarding, tips and tricks, new features— to all your users. [Learn more here](/self-hosting/govern/communication).
3128

3229
- **SSO and OAuth**
@@ -92,7 +89,7 @@ Soon, we will introduce God Mode for our Cloud users as well so they can manage
9289
</Accordion>
9390

9491
<Accordion title="Is there a God Mode for Cloud admins, too?">
95-
Not now, but soon enough, there will be a `God Mode` for Cloud admins. More [here](/self-hosting/instance-admin)
92+
Not now, but soon enough, there will be a `God Mode` for Cloud admins.
9693

9794
</Accordion>
9895

self-hosting/manage/prime-cli.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sidebarTitle: Prime CLI
1010
The Prime CLI is our own command-line interface to help you install, upgrade, and manage your Commercial edition instance without being a pro at Docker.
1111

1212
<Note>
13-
If you are on the Community edition and want to upgrade to the Commercial edition, see [Upgrade from Community](/self-hosting/manage-plans/upgrade-from-community).
13+
If you are on the Community edition and want to upgrade to the Commercial edition, see [Upgrade from Community](/self-hosting/upgrade-from-community).
1414
</Note>
1515

1616
Bring up the Prime CLI with ```sudo prime-cli``` from any directory on your machine.

self-hosting/methods/docker-compose.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Plane One and Plane Pro are enabled on this edition, so the Free plan on this ed
3030
- **Express**: Plane installs with the default configurations.
3131
- **Advanced**: You can customize the database, Redis, storage and other settings.
3232
6. The installation will take a few minutes to complete and you will see the message **Plane has successfully installed**. You can access the Plane application on the domain you provided during the installation.
33-
7. If you want to upgrade to a paid plan, see [Plane upgrades](/workspaces-and-users/upgrade-plan).
33+
7. If you want to upgrade to a paid plan, see [Plan upgrades](https://docs.plane.so/workspaces-and-users/upgrade-plan).
3434

3535
## Community Edition
3636
To install our Community Edition, please follow these steps below.

self-hosting/methods/kubernetes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Plane One and Plane Pro are enabled on this edition, so the Free plan on this ed
8787
--wait \
8888
--wait-for-jobs
8989
```
90-
5. If you want to upgrade to a paid plan, see [Plane upgrades](/workspaces-and-users/upgrade-plan).
90+
5. If you want to upgrade to a paid plan, see [Plan upgrades](https://docs.plane.so/workspaces-and-users/upgrade-plan).
9191

9292
<AccordionGroup>
9393
<Accordion title="Configuration settings">

0 commit comments

Comments
 (0)