Skip to content

Commit

Permalink
chore: fix some dead links (KusionStack#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
adohe authored Mar 5, 2024
1 parent e244683 commit ed91e7d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ To public the service, you should set `public` as True. Besides, schema `Service
That's all what an application developer need to configure! Next, preview and apply the configuration, the application will get deployed and exposed publicly.
:::info
Kusion uses Load Balancer (LB) provided by the CSP to expose service publicly. For more detailed network configuration, please refer to [Application Networking](https://kusionstack.io/docs/user_docs/config-walkthrough/networking)
Kusion uses Load Balancer (LB) provided by the CSP to expose service publicly. For more detailed network configuration, please refer to [Application Networking](https://www.kusionstack.io/docs/kusion/configuration-walkthrough/networking)
:::
### Preview and Apply
Expand Down
2 changes: 1 addition & 1 deletion docs/kusion/5-user-guides/2-working-with-k8s/7-job.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ helloworld: ac.AppConfiguration {

The KCL snippet above schedules a job. Alternatively, if you want a one-time job without cron, simply remove the `schedule` from the configuration.

You can find the full example in here in the [konfig repo](https://github.com/KusionStack/konfig/tree/main/example/sample-job).
You can find the full example in here in the [konfig repo](https://github.com/KusionStack/konfig/tree/main/example/simple-job).

## Applying

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ To public the service, you should set `public` as True. Besides, schema `Service
That's all what an application developer need to configure! Next, preview and apply the configuration, the application will get deployed and exposed publicly.
:::info
Kusion uses Load Balancer (LB) provided by the CSP to expose service publicly. For more detailed network configuration, please refer to [Application Networking](https://kusionstack.io/docs/user_docs/config-walkthrough/networking)
Kusion uses Load Balancer (LB) provided by the CSP to expose service publicly. For more detailed network configuration, please refer to [Application Networking](https://www.kusionstack.io/docs/kusion/configuration-walkthrough/networking)
:::
### Preview and Apply
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ helloworld: ac.AppConfiguration {

The KCL snippet above schedules a job. Alternatively, if you want a one-time job without cron, simply remove the `schedule` from the configuration.

You can find the full example in here in the [konfig repo](https://github.com/KusionStack/konfig/tree/main/example/sample-job).
You can find the full example in here in the [konfig repo](https://github.com/KusionStack/konfig/tree/main/example/simple-job).

## Applying

Expand Down

0 comments on commit ed91e7d

Please sign in to comment.