From c8c71fa7d30c12e3e62627dd21b7d7cddad8cf47 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Thu, 15 Feb 2024 17:27:57 +1300 Subject: [PATCH] [README] use stable link instead of version-specific (#3676) --- README.md | 3 +-- docs/src/developers/checklists.md | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index a1664573b0d..d767d131a96 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,7 @@ JuMP is a domain-specific modeling language for [mathematical optimization](http embedded in [Julia](https://julialang.org/). You can find out more about us by visiting [jump.dev](https://jump.dev). - -**Latest Release**: [![version](https://juliahub.com/docs/JuMP/DmXqY/1.19.0/version.svg)](https://juliahub.com/ui/Packages/JuMP/DmXqY/1.19.0) (`release-1.0` branch): +**Latest Release**: [![version](https://juliahub.com/docs/General/JuMP/stable/version.svg)](https://juliahub.com/ui/Packages/General/JuMP) (`release-1.0` branch): * Installation via the Julia package manager: * `import Pkg; Pkg.add("JuMP")` * Get help: diff --git a/docs/src/developers/checklists.md b/docs/src/developers/checklists.md index 5936ad7aef0..d9acdc39398 100644 --- a/docs/src/developers/checklists.md +++ b/docs/src/developers/checklists.md @@ -30,7 +30,6 @@ done in the same commit, or separately. The last commit should have the message using a `workflow_dispatch` trigger to check for any changes in JuMP that broke extensions. - [ ] Change the version number in `Project.toml` - - [ ] Update the links in README.md - [ ] The commit messages in this PR do not contain `[ci skip]` ## The release