fix: update GitHub URLs from master to main branch

- Replace tree/master with tree/main in all documentation and code comments
- Fix issues/168 -> pull/168 reference (issue was converted to PR)
This commit is contained in:
2026-01-27 20:30:20 +03:00
parent 9ca8481b10
commit d67b5f4021
19 changed files with 22 additions and 22 deletions
@@ -407,7 +407,7 @@ fn expand_functions(def: &EnvDef) -> TokenStream2 {
let output = &f.item.sig.output;
// wrapped host function body call with host function traces
// see https://github.com/pezkuwichain/pezkuwi-sdk/tree/master/bizinikiwi/pezframe/contracts#host-function-tracing
// see https://github.com/pezkuwichain/pezkuwi-sdk/tree/main/bizinikiwi/pezframe/contracts#host-function-tracing
let wrapped_body_with_trace = {
let trace_fmt_args = params.clone().filter_map(|arg| match arg {
syn::FnArg::Receiver(_) => None,