From c7592a83463f0e2b69cad1c20b8c68362b41f219 Mon Sep 17 00:00:00 2001 From: petr-buchin Date: Tue, 6 Oct 2020 23:56:10 +0300 Subject: [PATCH] Fix links in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ceb79e5..7f7d226 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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).