X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=README.md;h=f6b290fbc4edca213b1d83dc7368581dd9e0aed9;hp=b33095cb71774d13f31d5ef02df4d67159fbe741;hb=dcb9c05a081e2c8d4fe0250f3700e3efb1200cac;hpb=2fec8f05f010408e989356e6f9d8c1e191ba4dfa diff --git a/README.md b/README.md index b33095c..f6b290f 100644 --- a/README.md +++ b/README.md @@ -115,13 +115,13 @@ API See the relevant API documentation files in `doc/`. The APIs provided by Userspace RCU are, by prefix: - - `rcu_`: Read-Copy Update (see [`doc/rcu-api.txt`](doc/rcu-api.txt)) + - `rcu_`: Read-Copy Update (see [`doc/rcu-api.md`](doc/rcu-api.md)) - `cmm_`: Concurrent Memory Model - `caa_`: Concurrent Architecture Abstraction - `cds_`: Concurrent Data Structures - (see [`doc/cds-api.txt`](doc/cds-api.txt)) + (see [`doc/cds-api.md`](doc/cds-api.md)) - `uatomic_`: Userspace Atomic - (see [`doc/uatomic-api.txt`](doc/uatomic-api.txt)) + (see [`doc/uatomic-api.md`](doc/uatomic-api.md)) Quick start guide @@ -262,7 +262,7 @@ Its API is currently experimental. It may change in future library releases. grace periods. A number of additional functions are provided to manage the helper threads used by `call_rcu()`, but reasonable defaults are used if these additional functions are not invoked. - See [`doc/rcu-api.txt`](doc/rcu-api.txt) in userspace-rcu documentation + See [`doc/rcu-api.md`](doc/rcu-api.md) in userspace-rcu documentation for more details. @@ -396,4 +396,4 @@ Contacts -------- You can contact the maintainers on the following mailing list: -`lttng-dev@lists.lttng.org`. \ No newline at end of file +`lttng-dev@lists.lttng.org`.