Skip to content

Commit d7564d3

Browse files
authored
Merge pull request #44 from neatudarius/issue/159
Propagate lowercase everything from the Beman Standard to the entire org
2 parents f2aa9b9 + de6779b commit d7564d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ SPDX-License-Identifier: CC0-1.0
99
![Lint Check (pre-commit)](https://github.com/bemanproject/scope/actions/workflows/pre-commit.yml/badge.svg)
1010
![Target Standard](https://github.com/bemanproject/beman/blob/main/images/badges/cpp29.svg)
1111

12-
`beman.scope` is a C++ library that provides `scope_guard` facilities. The library conforms to [The Beman Standard](https://github.com/bemanproject/beman/blob/main/docs/BEMAN_STANDARD.md).
12+
`beman.scope` is a C++ library that provides `scope_guard` facilities. The library conforms to [The Beman Standard](https://github.com/bemanproject/beman/blob/main/docs/beman_standard.md).
1313

1414
**Implements**: [D3610R0 Scope Guard](./paper/scope.org) targeted at C++29.
1515

16-
**Status**: [Under development and not yet ready for production use.](https://github.com/bemanproject/beman/blob/main/docs/BEMAN_LIBRARY_MATURITY_MODEL.md#under-development-and-not-yet-ready-for-production-use)
16+
**Status**: [Under development and not yet ready for production use.](https://github.com/bemanproject/beman/blob/main/docs/beman_library_maturity_model.md#under-development-and-not-yet-ready-for-production-use)
1717

1818
# Overview
1919

0 commit comments

Comments
 (0)