diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-08-02 19:13:02 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-08-02 23:12:49 -0400 |
commit | d8b68648d10ec96d59883750885f7c7d694c180f (patch) | |
tree | 0c960fe76a93938ae177b12cc2b8265db366a714 /src/handlers.rs | |
parent | 3e5e07289e6be339617ccff20fa60ace4bdc4d9b (diff) |
Update repo links to denoland.
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, |