Skip to content

Commit

Permalink
Merge pull request #22 from drashland/fix-std-github-url
Browse files Browse the repository at this point in the history
[fix-std-github-url] Fixed the url for std github urls in module service
  • Loading branch information
ebebbington authored Jun 19, 2020
2 parents c83657a + b5d88e1 commit 37f179d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/module_service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export default class ModuleService {
// Get the github url
const denoLandDatabase = DenoService.getDenoLandDatabase();
const githubURL: string = std === true
? "https://github.com/denoland/deno/std/" + name
? "https://github.com/denoland/deno/tree/master/std/" + name
: "https://github.com/" + denoLandDatabase[name].owner + "/" +
denoLandDatabase[name].repo;

Expand Down

0 comments on commit 37f179d

Please sign in to comment.