From bd489423233acafe0cad9eb1ab64f5033baac97c Mon Sep 17 00:00:00 2001 From: Hector Perez Date: Fri, 13 Oct 2023 23:48:14 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5da7f91..1833b5f 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ Generalized Disjunctive Programming (GDP) extension to JuMP, based on the GDP mo ![](logo.png) [![codecov](https://codecov.io/gh/hdavid16/DisjunctiveProgramming.jl/graph/badge.svg?token=3FRPGMWF0J)](https://codecov.io/gh/hdavid16/DisjunctiveProgramming.jl) -[![Docs](https://img.shields.io/badge/docs-stable-blue.svg)](https://hdavid16.github.io/InventoryManagement.jl/stable/) -[![Docs](https://img.shields.io/badge/docs-latest-blue.svg)](https://hdavid16.github.io/InventoryManagement.jl/dev/) +[![Docs](https://img.shields.io/badge/docs-stable-blue.svg)](https://hdavid16.github.io/DisjunctiveProgramming.jl/stable/) +[![Docs](https://img.shields.io/badge/docs-latest-blue.svg)](https://hdavid16.github.io/DisjunctiveProgramming.jl/dev/) ## Installation @@ -215,4 +215,4 @@ print(m) ## Contributing `DisjunctiveProgramming` is being actively developed and suggestions or other forms of contribution are encouraged. -There are many ways to contribute to this package. Feel free to create an issue to address questions or provide feedback. \ No newline at end of file +There are many ways to contribute to this package. Feel free to create an issue to address questions or provide feedback.