Skip to content

Commit

Permalink
Fix links in readme (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
prathik authored May 28, 2024
1 parent 7b226ee commit 749fb4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions POLYGLOT_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ We believe, the easiest way to get started with Piranha is to build upon the dem

To setup the demo please follow the below steps:
* `git clone https://github.com/uber/piranha.git`
* `cd polyglot/piranha`
* `cd piranha`
* Create a virtual environment:
- `python3 -m venv .env`
- `source .env/bin/activate`
Expand All @@ -250,7 +250,7 @@ Currently, we have demos for the following :

<h4>Stale Feature Flag Cleanup:</h4>

* run `python3 demo/stale_feature_flag_cleanup_demos.py`. It will execute the scenarios listed under [demo/java/ff](/demo/java/ff/configurations/rules.toml) and [demo/kt/ff](/demo/kt/ff/configurations/rules.toml). These scenarios use simple feature flag API.
* run `python3 demo/stale_feature_flag_cleanup_demos.py`. It will execute the scenarios listed under [demo/feature_flag_cleanup/java](demo/feature_flag_cleanup/java/configurations/rules.toml) and [demo/feature_flag_cleanup/kt](demo/feature_flag_cleanup/kt/configurations/rules.toml). These scenarios use simple feature flag API.
* In these demos the `configurations` contain :
* `rules.toml` : expresses how to capture different feature flag APIs (`isTreated`, `enum constant`)
* `piranha_arguments.toml` : expresses the flag behavior, i.e. the flag name and whether it is treated or not. Basically the `substitutions` provided in the `piranha_arguments.toml` can be used to instantiate the rules [reference](#piranha-arguments).
Expand Down

0 comments on commit 749fb4a

Please sign in to comment.