Skip to content

Commit

Permalink
replace deprecated URLs (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwshang authored Apr 12, 2024
1 parent dc582ae commit 2797f87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ic-cdk-macros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ pub fn update(attr: TokenStream, item: TokenStream) -> TokenStream {
///
/// In this case, the argument will be read from `ic0.msg_arg_data_size/copy` and passed to the
/// init function upon successful deserialization.
/// Refer to the [`canister_init` Specification](https://smartcontracts.org/docs/interface-spec/index.html#system-api-init) for more information.
/// Refer to the [`canister_init` Specification](https://internetcomputer.org/docs/current/references/ic-interface-spec/#system-api-init) for more information.
#[proc_macro_attribute]
pub fn init(attr: TokenStream, item: TokenStream) -> TokenStream {
handle_debug_and_errors(export::ic_init, "ic_init", attr, item)
Expand Down
2 changes: 1 addition & 1 deletion src/ic-cdk/src/api/stable/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! APIs to manage stable memory.
//!
//! You can check the [Internet Computer Specification](https://smartcontracts.org/docs/interface-spec/index.html#system-api-stable-memory)
//! You can check the [Internet Computer Specification](https://internetcomputer.org/docs/current/references/ic-interface-spec/#system-api-stable-memory)
//! for a in-depth explanation of stable memory.
mod canister;
mod private;
Expand Down

0 comments on commit 2797f87

Please sign in to comment.