Skip to content

Commit 2cb0558

Browse files
committed
update links docs
1 parent f3bc65b commit 2cb0558

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "GraphsColoring"
22
uuid = "ed38bb8a-6120-4024-8d1e-8789784f251b"
33
authors = ["Danijel Jukić <[email protected]> and contributors"]
4-
version = "0.1.0"
4+
version = "0.2.0"
55

66
[deps]
77
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
</picture>
88
</p>
99

10-
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://djukic14.github.io/GraphsColoring.jl/stable/)
11-
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://djukic14.github.io/GraphsColoring.jl/dev/)
12-
[![Build Status](https://github.com/djukic14/GraphsColoring.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/djukic14/GraphsColoring.jl/actions/workflows/CI.yml?query=branch%3Amain)
10+
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliagraphs.org/GraphsColoring.jl/stable/)
11+
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliagraphs.org/GraphsColoring.jl/dev/)
12+
[![Build Status](https://github.com/JuliaGraphs/GraphsColoring.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/JuliaGraphs/GraphsColoring.jl/actions/workflows/CI.yml?query=branch%3Amain)
1313
[![Coverage](https://codecov.io/gh/djukic14/GraphsColoring.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/djukic14/GraphsColoring.jl)
1414

1515
## Introduction
@@ -25,5 +25,5 @@ Currently, the following aspects are implemented (✓) and planned (⌛):
2525

2626
## Documentation
2727

28-
- Documentation for the [latest stable version](https://djukic14.github.io/GraphsColoring.jl/stable/).
29-
- Documentation for the [development version](https://djukic14.github.io/GraphsColoring.jl/dev/)
28+
- Documentation for the [latest stable version](https://juliagraphs.org/GraphsColoring.jl/stable/).
29+
- Documentation for the [development version](https://juliagraphs.org/GraphsColoring.jl/dev/)

0 commit comments

Comments
 (0)