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

[README] use stable link instead of version-specific #3676

Merged
merged 1 commit into from
Feb 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion docs/src/developers/checklists.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading