-
Notifications
You must be signed in to change notification settings - Fork 5
Update invalid URLs in Julia README #27
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
base: master
Are you sure you want to change the base?
Conversation
Co-authored-by: Haruki1225 <209430957+Haruki1225@users.noreply.github.com>
Julia/README.md
Outdated
| * [コードの高速化](http://nbviewer.jupyter.org/github/IoriS/MyMatching.jl/blob/master/課題5.ipynb) (@IoriS) | ||
| * [Fast array slicing in Julia](http://ssfrr.com/2017/11/03/julia_fast_array_slicing/) | ||
| * [Performance Tips](https://docs.julialang.org/en/v1/manual/performance-tips/) | ||
| * [The Need for Speed](https://julia.quantecon.org/getting_started_julia/need_for_speed.html) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot このページは存在しない (404 error) ので,同内容の存在するページの URL に直してください.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
URLを修正しました。正しいパスは software_engineering/need_for_speed.html でした。(commit 0c5be66 → updated in next commit)
Co-authored-by: oyamad <7353083+oyamad@users.noreply.github.com>
|
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
|
@Haruki1225 "File changed" を見て,この内容でよかったら "Approve" してください. |
Summary
This PR fixes all invalid URLs in the Julia/README.md file as reported in issue #XX.
Changes Made
Updated URLs to Current Domains/Versions
nbviewer URLs (2 locations updated)
http://nbviewer.jupyter.orgtohttps://nbviewer.org.orgdomain and now uses HTTPSJulia Documentation URL (1 location updated)
http://docs.julialang.org/en/stable/tohttps://docs.julialang.org/en/v1/QuantEcon Lectures URL (1 location updated)
https://lectures.quantecon.org/jl/need_for_speed.htmltohttps://julia.quantecon.org/software_engineering/need_for_speed.htmlRemoved Dead Links
Removed 2 links that are no longer accessible:
Verification
All remaining GitHub repository references have been verified to exist:
All updated URLs follow current web standards and point to the correct resources. The QuantEcon URL was verified against the official lecture-julia.myst repository structure.
> [!WARNING]
>
>
Fixes #26
Original prompt
Fixes #26
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.