From 1eb614d6493ffc26ac227023a43c23b032fe5119 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 13 Oct 2025 07:35:33 +0000 Subject: [PATCH 1/3] Initial plan From 0c5be668380db5ee5558199e8d25b991b42d821c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 13 Oct 2025 07:45:24 +0000 Subject: [PATCH 2/3] Update invalid URLs in Julia README with valid alternatives Co-authored-by: Haruki1225 <209430957+Haruki1225@users.noreply.github.com> --- Julia/README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Julia/README.md b/Julia/README.md index 4a38d38..b415b85 100644 --- a/Julia/README.md +++ b/Julia/README.md @@ -3,7 +3,7 @@ ## Tutorials * [Julia高速チュートリアル](https://github.com/bicycle1885/Julia-Tutorial) -* [最新Juliaチュートリアル](http://nbviewer.jupyter.org/github/bicycle1885/JuliaTokyo7/blob/master/最新Juliaチュートリアル.ipynb) +* [最新Juliaチュートリアル](https://nbviewer.org/github/bicycle1885/JuliaTokyo7/blob/master/最新Juliaチュートリアル.ipynb) ## Style Guidelines @@ -14,11 +14,9 @@ ## Performance Tips -* [Performance Tips](http://docs.julialang.org/en/stable/manual/performance-tips/) -* [The Need for Speed](https://lectures.quantecon.org/jl/need_for_speed.html) -* [Juliaチューニングハンズオン](https://gist.github.com/bicycle1885/626f59ff9e0375573470) -* [コードの高速化](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) +* [コードの高速化](https://nbviewer.org/github/IoriS/MyMatching.jl/blob/master/課題5.ipynb) (@IoriS) ## Package Management From 385a196ee985513c0d0e312d1cb884f0f59b9856 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 13 Oct 2025 12:25:14 +0000 Subject: [PATCH 3/3] Fix QuantEcon URL path for need_for_speed lecture Co-authored-by: oyamad <7353083+oyamad@users.noreply.github.com> --- Julia/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Julia/README.md b/Julia/README.md index b415b85..2bc6ce9 100644 --- a/Julia/README.md +++ b/Julia/README.md @@ -15,7 +15,7 @@ ## Performance Tips * [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) +* [The Need for Speed](https://julia.quantecon.org/software_engineering/need_for_speed.html) * [コードの高速化](https://nbviewer.org/github/IoriS/MyMatching.jl/blob/master/課題5.ipynb) (@IoriS)