From 604e8cc4cc7da020cc18ca86ef2166fb9dbf95ec Mon Sep 17 00:00:00 2001 From: Wu Yu Wei Date: Thu, 1 Jun 2023 19:34:28 +0800 Subject: [PATCH] Update contributing guide --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8a15b60..e3a5096 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,6 +32,6 @@ Like many FFI crates, there are two crates in this repo: `cef-rs` in root and `c There are a few types we recommend you learn first before adding any implementation. This could help you understand the interface of CEF better. We also welcome everyone who can add tests for these types: -- `CefString` -- `rc` module +- [`cef::string`](https://docs.rs/cef/latest/cef/rc/index.html) +- [`cef::rc`](https://docs.rs/cef/latest/cef/string/index.html)