Skip to content

Commit 9101175

Browse files
committed
Renamed 'Poor Naming Conventions' to 'Improve Findability' in readme - fixes broken link (as per commit c3b6449)
1 parent 0e78ac9 commit 9101175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ possible to either deploy the same service in independent environments with sepa
1919
#### Reviewed Pattern Ideas (not yet proven but reviewed)
2020

2121
* [Modular Code](https://github.com/paypal/InnerSourcePatterns/blob/master/modular-code.md) - *Management does not want to spend the extra resources needed to develop modular components and make them available in a visible repository for others to use.*
22-
* [Poor Naming Conventions](https://github.com/paypal/InnerSourcePatterns/blob/master/poor-naming-conventions.md) - *People can't find the internally developed solutions that they need due to poor naming conventions. This causes frustration in finding inner source solutions and a reduction in code reuse.*
22+
* [Improve Findability](https://github.com/paypal/InnerSourcePatterns/blob/master/improve-findability.md) - *People can't find the internally developed solutions that they need due to poor naming conventions. This causes frustration in finding inner source solutions and a reduction in code reuse.*
2323

2424
#### Pattern Drafts (proven, not yet fully reviewed)
2525

0 commit comments

Comments
 (0)