Skip to content

Commit

Permalink
Fix links in README
Browse files Browse the repository at this point in the history
  • Loading branch information
petr-buchin committed Oct 6, 2020
1 parent cd2dad3 commit c7592a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

This framework uses low-level library [dealroadshow/k8s-resources](https://github.com/dealroadshow/k8s-resources)
and adds some high-level abstractions to facilitate definitions of your Kubernetes
manifests. The recommended way to use this framework is by installing [dealroadshow/k8s-bundle](https://github.com/tequila/k8s-bundle),
manifests. The recommended way to use this framework is by installing [dealroadshow/k8s-bundle](https://github.com/dealroadshow/k8s-bundle),
which integrates this framework with Symfony 5.

By using [dealroadshow/k8s-bundle](https://github.com/tequila/k8s-bundle) you get the
By using [dealroadshow/k8s-bundle](https://github.com/dealroadshow/k8s-bundle) you get the
full power of [Symfony framework](https://github.com/symfony/symfony), zero-configuration
Dependency Injection, which will make your experience in writing Kubernetes manifests
better than ever.
Expand Down Expand Up @@ -37,4 +37,4 @@ composer require dealroadshow/k8s-framework
```

If you want to see usage examples, please refer to
[dealroadshow/k8s-bundle](https://github.com/tequila/k8s-bundle).
[dealroadshow/k8s-bundle](https://github.com/dealroadshow/k8s-bundle).

0 comments on commit c7592a8

Please sign in to comment.