Skip to content

Commit 3539829

Browse files
authored
fix: rename docs links to new domain (#1698)
1 parent 7600d78 commit 3539829

File tree

7 files changed

+63
-66
lines changed

7 files changed

+63
-66
lines changed

.values/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Otomi values repo
22

3-
Part of Otomi Container Platform.
3+
Part of Application Platform for LKE.
44

55
Repo that holds cluster configuration to be used by [apl-core](https://github.com/linode/apl-core).
66

7-
Please read the online [otomi documentation](https://otomi.io/) for instructions on how to work with the platform.
7+
Please read the online [otomi documentation](https://apl-docs.net/) for instructions on how to work with the platform.

apps.yaml

+48-48
Large diffs are not rendered by default.

chart/apl/Chart.yaml

+7-10
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
11
apiVersion: v2
22
name: apl
3-
description: A Helm chart for installing otomi in Kubernetes
4-
home: https://otomi.io/
5-
icon: https://otomi.io/img/otomi-logo.svg
3+
description: A Helm chart for installing APL in Kubernetes
4+
home: https://apl-docs.net/
5+
icon: https://apl-docs.net/img/otomi-logo.svg
66
type: application
77
version: 0.0.0-chart-version
88
appVersion: APP_VERSION_PLACEHOLDER
99
keywords:
10-
- otomi
11-
- otomi.io
12-
- container-management
13-
- cicd
10+
- linode
11+
- lke
1412
- multi-tenancy
1513
- continuous-delivery
16-
- continuous-deployment
14+
- continuous-integration
1715
- continuous-integration
1816
- observability
19-
- metrics
20-
- tracing
17+
- security
2118
sources:
2219
- https://github.com/linode/apl-core

docs/setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Setting up your development environment
22

3-
We invite you to first look at the code and file structure. It also helps to have read the docs on using the CLI at [otomi.io](https://otomi.io/docs/cli/working-with).
3+
We invite you to first look at the code and file structure. It also helps to have read the docs on using the CLI at [otomi.io](https://apl-docs.net/docs/cli/working-with).
44

55
You will notice that we use some tooling to enforce consistent commits and releases:
66

src/cmd/bootstrap.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ export const bootstrap = async (
368368

369369
if (!originalValues) {
370370
// FIXME what is the use case to enter this
371-
d.log('A new values repo has been created. For next steps follow documentation at https://otomi.io')
371+
d.log('A new values repo has been created. For next steps follow documentation at https://apl-docs.net')
372372
return
373373
}
374374
const finalValues = (await deps.hfValues()) as Record<string, any>

tests/fixtures/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Otomi values repo
22

3-
Part of Otomi Container Platform.
3+
Part of Application Platform for LKE.
44

55
Repo that holds cluster configuration to be used by [apl-core](https://github.com/linode/apl-core).
66

7-
Please read the online [otomi documentation](https://otomi.io/) for instructions on how to work with the platform.
7+
Please read the online [otomi documentation](https://apl-docs.net/) for instructions on how to work with the platform.

tests/network-policies/helmfile-connectivity.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,14 @@ environments:
8989
labels:
9090
otomi.io/app: ce1
9191
hosts:
92-
- https://otomi.io
92+
- https://apl-docs.net
9393
- https://116.203.255.68
9494
- https://httpbin.org/headers
9595
- namespace: team-a2
9696
labels:
9797
otomi.io/app: ce1
9898
hosts:
99-
- https://otomi.io
99+
- https://apl-docs.net
100100
- https://116.203.255.68
101101
- https://httpbin.org/headers
102102
releases:

0 commit comments

Comments
 (0)