Skip to content

Commit a29f92b

Browse files
SteveLauCdwrensha
authored andcommitted
docs: update 2 old links
1 parent 34c7cd6 commit a29f92b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

capnp-rpc/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ use crate::task_set::TaskSet;
7474
pub use crate::reconnect::{auto_reconnect, lazy_auto_reconnect, SetTarget};
7575

7676
/// Code generated from
77-
/// [rpc.capnp](https://github.com/sandstorm-io/capnproto/blob/master/c%2B%2B/src/capnp/rpc.capnp).
77+
/// [rpc.capnp](https://github.com/capnproto/capnproto/blob/master/c%2B%2B/src/capnp/rpc.capnp).
7878
pub mod rpc_capnp;
7979

8080
/// Code generated from
81-
/// [rpc-twoparty.capnp](https://github.com/sandstorm-io/capnproto/blob/master/c%2B%2B/src/capnp/rpc-twoparty.capnp).
81+
/// [rpc-twoparty.capnp](https://github.com/capnproto/capnproto/blob/master/c%2B%2B/src/capnp/rpc-twoparty.capnp).
8282
pub mod rpc_twoparty_capnp;
8383

8484
/// Like `try!()`, but for functions that return a `Promise<T, E>` rather than a `Result<T, E>`.

0 commit comments

Comments
 (0)