Skip to content

Commit a2b4c8d

Browse files
committed
Resolve issues around dead links
1 parent d86c96a commit a2b4c8d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

practices/feature-toggling.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
- These notes are part of our broader [engineering principles](../principles.md).
2121
- Feature toggling contributes to safer delivery, reduced deployment risk, and enhanced responsiveness to change.
22-
- It supports practices aligned with [DevOps](devops.md) and [continuous delivery](continuous-delivery.md).
2322

2423
## In summary
2524

@@ -121,8 +120,7 @@ Best practices:
121120
## Further reading
122121

123122
- [Feature Toggles by Martin Fowler](https://martinfowler.com/articles/feature-toggles.html)
124-
- [Feature Management Maturity Model](https://launchdarkly.com/blog/the-feature-management-maturity-model/)
125123
- [Unleash Strategies and Best Practices](https://docs.getunleash.io/advanced/toggle-strategy)
126124
- [Flagsmith Docs](https://docs.flagsmith.com/)
127-
- [Feature Flag Best Practices](https://launchdarkly.com/blog/feature-flag-best-practices/)
125+
- [Feature Flag Best Practices](https://launchdarkly.com/blog/best-practices-for-coding-with-feature-flags/)
128126
- [Thoughtworks Tech Radar](https://www.thoughtworks.com/radar/techniques/minimum-feature-toggle-solution)

0 commit comments

Comments
 (0)