Skip to content

Commit ac0211d

Browse files
authored
Update contract-simple-rs/src/high_level.rs
1 parent 636321f commit ac0211d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contract-simple-rs/src/high_level.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Find all our documentation at https://docs.near.org
1+
// Find all our documentation at https://docs.near.org/
22
use near_sdk::{env, log, near, Promise, PromiseError};
33

44
use crate::{hello_near, Contract, ContractExt, FIVE_TGAS};

0 commit comments

Comments
 (0)