diff --git a/docs/COMMON_FEATURES.md b/docs/COMMON_FEATURES.md index 1cd9031..a5692ba 100644 --- a/docs/COMMON_FEATURES.md +++ b/docs/COMMON_FEATURES.md @@ -29,8 +29,8 @@ repos = [ ] [repositories.urls] -foo = "https://example.org/%repo%.git" -bar = "https://example.org/other/%repo%.git" +foo = "https://example.org/{}.git" +bar = "https://example.org/other/{}.git" ``` Now, this is going to look really confusing at first, but bear with me.