Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(upgrade): print info links for Deno 2 RC releases #25225

Merged
merged 13 commits into from
Aug 30, 2024
Prev Previous commit
Next Next commit
Update cli/tools/upgrade.rs
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
Signed-off-by: Bartek Iwańczuk <biwanczuk@gmail.com>
  • Loading branch information
bartlomieju and iuioiua authored Aug 28, 2024
commit 2610185becb4be34adb587e918c480e0c35feebe
2 changes: 1 addition & 1 deletion cli/tools/upgrade.rs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ async fn print_release_notes(
"{}\n\n {}\n",
colors::gray("Migration guide:"),
colors::bold(
"https://docs.deno.com/runtime/manual/advanced/migrate_deprecations/"
"https://docs.deno.com/runtime/manual/advanced/migrate_deprecations"
)
);
log::info!(
Expand Down