diff options
Diffstat (limited to 'src/handlers.rs')
-rw-r--r-- | src/handlers.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/handlers.rs b/src/handlers.rs index 4cb3afd5b..517e146a1 100644 --- a/src/handlers.rs +++ b/src/handlers.rs @@ -59,7 +59,7 @@ fn set_response_base( unsafe { deno_set_response(d, buf) } } -// https://github.com/ry/deno/blob/golang/os.go#L100-L154 +// https://github.com/denoland/deno/blob/golang/os.go#L100-L154 #[no_mangle] pub extern "C" fn handle_code_fetch( d: *const DenoC, @@ -110,7 +110,7 @@ pub extern "C" fn handle_code_fetch( set_response_base(d, &mut builder, &args) } -// https://github.com/ry/deno/blob/golang/os.go#L156-L169 +// https://github.com/denoland/deno/blob/golang/os.go#L156-L169 #[no_mangle] pub extern "C" fn handle_code_cache( d: *const DenoC, |