Skip to content

Commit 1148313

Browse files
committed
added link to example
1 parent e21360c commit 1148313

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

llama-cpp-2/src/lib.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
//!
88
//! # Examples
99
//!
10-
//! See the (examples)[https://github.com/utilityai/llama-cpp-rs/tree/main/llama-cpp-2/examples] folder.
11-
//!
12-
//! - (simple)[https://github.com/utilityai/llama-cpp-rs/blob/main/llama-cpp-2/examples/simple.rs]
10+
//! - [simple](https://github.com/utilityai/llama-cpp-rs/blob/main/llama-cpp-2/examples/simple.rs)
1311
use std::ffi::NulError;
1412
use std::fmt::Debug;
1513
use std::num::NonZeroI32;

0 commit comments

Comments
 (0)