Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The best place to get started and learn about specific features of kpt is to vis

## Install kpt

kpt installation instructions can be found on [kpt.dev/installation](https://github.com/kptdev/kpt/blob/main/documentation/content/en/installation/kpt-cli.md)
kpt installation instructions can be found on [kpt.dev/installation](https://kpt.dev/installation/kpt-cli/)

## kpt components

Expand Down
3 changes: 2 additions & 1 deletion documentation/content/en/guides/tenant-onboarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,8 @@ $ git commit -am "added tenant-a"
$ git push origin onboarding-tenant-a

# make a pull request for platform team to merge
# TODO (link to an example PR will be great here)
# Create a PR with the changes above.
# See example tenant packages at: https://github.com/kptdev/kpt/tree/main/package-examples/tenant
```

## Day 2 use-cases
Expand Down
Loading