From b36dadd5a0a17c405b9440ed42182b943cd56cdd Mon Sep 17 00:00:00 2001 From: Daniel Ramos Date: Tue, 30 Jul 2024 09:17:22 -0700 Subject: [PATCH] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1ccb0d821..4dd6e8060 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # PolyglotPiranha -[![Join the chat at https://gitter.im/uber/piranha](https://badges.gitter.im/uber/piranha.svg)](https://gitter.im/uber/piranha?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) - PolyglotPiranha is a lightweight code transformation toolset for automating large scale changes. At Uber, it is mostly used to clean up stale feature flags. @@ -66,12 +64,11 @@ piranha_summary = execute_piranha(piranha_arguments) print(piranha_summary[0].content) ``` -For additional examples, please visit our [demo page](https://uber.github.io/piranha/docs/reference/getting-started/demos) +For additional examples, please visit our [demo page](POLYGLOT_README.md#getting-started-with-demos) ## Documentation -Find more examples and explanations of the toolset on the [documentation webpage](https://uber.github.io/piranha/) or in the -[POLYGLOT_README.md](POLYGLOT_README.md) file +Find more examples and explanations of the toolset in the [POLYGLOT_README.md](POLYGLOT_README.md) file ## Feature Flags