Skip to content

Commit fef59b5

Browse files
author
cortner
committed
fix links
1 parent 3b46985 commit fef59b5

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "GeometryOptimization"
22
uuid = "673bf261-a53d-43b9-876f-d3c1fc8329c2"
3-
authors = ["Christoph Ortner <christohortner@gmail.com> and contributors"]
3+
authors = ["JuliaMolSim community"]
44
version = "0.0.1"
55

66
[compat]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# GeometryOptimization
22

3-
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://ortner.github.io/GeometryOptimization.jl/stable/)
4-
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://ortner.github.io/GeometryOptimization.jl/dev/)
5-
[![Build Status](https://github.com/ortner/GeometryOptimization.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/ortner/GeometryOptimization.jl/actions/workflows/CI.yml?query=branch%3Amain)
3+
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaMolSim.github.io/GeometryOptimization.jl/stable/)
4+
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaMolSim.github.io/GeometryOptimization.jl/dev/)
5+
[![Build Status](https://github.com/JuliaMolSim/GeometryOptimization.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/JuliaMolSim/GeometryOptimization.jl/actions/workflows/CI.yml?query=branch%3Amain)

docs/make.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ DocMeta.setdocmeta!(GeometryOptimization, :DocTestSetup, :(using GeometryOptimiz
55

66
makedocs(;
77
modules=[GeometryOptimization],
8-
authors="Christoph Ortner <christohortner@gmail.com> and contributors",
9-
repo="https://github.com/ortner/GeometryOptimization.jl/blob/{commit}{path}#{line}",
8+
authors="JuliaMolSim community",
9+
repo="https://github.com/JuliaMolSim/GeometryOptimization.jl/blob/{commit}{path}#{line}",
1010
sitename="GeometryOptimization.jl",
1111
format=Documenter.HTML(;
1212
prettyurls=get(ENV, "CI", "false") == "true",
13-
canonical="https://ortner.github.io/GeometryOptimization.jl",
13+
canonical="https://JuliaMolSim.github.io/GeometryOptimization.jl",
1414
edit_link="main",
1515
assets=String[],
1616
),
@@ -20,6 +20,6 @@ makedocs(;
2020
)
2121

2222
deploydocs(;
23-
repo="github.com/ortner/GeometryOptimization.jl",
23+
repo="github.com/JuliaMolSim/GeometryOptimization.jl",
2424
devbranch="main",
2525
)

0 commit comments

Comments
 (0)