From 4ab907cbcda443ddda5d50d399aac2ac8142107d Mon Sep 17 00:00:00 2001 From: "Morten F. Rasmussen" <10264458+mofii@users.noreply.github.com> Date: Wed, 6 Apr 2022 17:09:54 -0700 Subject: [PATCH] Fixed dead links in the Readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56b44e4..000bf89 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ are mainly used for code optimization, particularly to find bottlenecks. This package used to contain a sampling profiler, but that has been moved to Julia proper. The built-in sampling profiler has far fewer limitations than this package, and is recommended over this one in essentially all cases. -See the [documentation](http://docs.julialang.org/en/latest/manual/profile/) and [API reference](http://docs.julialang.org/en/latest/stdlib/profile/). +See the [documentation](https://docs.julialang.org/en/v1/manual/profile/) and [API reference](https://docs.julialang.org/en/v1/stdlib/Profile/). Because the sampling profiler is so much better, I am not fixing bugs in this package anymore. However, I am happy to accept pull requests.