denoland / dotland

[Archived] deno.land website
https://deno.land
MIT License
957 stars 626 forks source link

/std readme.md `$STD_VERSION` not substituted #2271

Closed jespertheend closed 1 year ago

jespertheend commented 2 years ago

For example at https://deno.land/std@0.148.0/path it still shows

import * as path from "https://deno.land/std@$STD_VERSION/path/mod.ts";
jespertheend commented 2 years ago

Oops, duplicate of #2245

crowlKats commented 2 years ago

No, that issue is different. this is surprising that this is happening, will look into it

jespertheend commented 2 years ago

Huh, this seems to have been fixed just now edit: Ah no scratch that, I was looking at the documentation url.

crowlKats commented 1 year ago

Closing as seems to be fixed