Skip to content

Commit 7597dc3

Browse files
committed
chore: do not link to item in docs
1 parent 38caae5 commit 7597dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/github.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pub struct Head {
3333
}
3434

3535
impl PrData {
36-
/// The endpoint which returns the structure [`GitHubResponse`]
36+
/// The endpoint which returns the structure `GitHubResponse`
3737
fn endpoint(repo: &str, pull_request: PrNumber) -> String {
3838
format!("https://api.github.com/repos/{repo}/pulls/{pull_request}")
3939
}

0 commit comments

Comments
 (0)