Skip to content

Commit

Permalink
Fix github URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
danlooo committed Jul 10, 2023
1 parent 616a5c5 commit 2e86852
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# OpenEOClient.jl

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://danlooo.github.io/OpenEOClient.jl/stable/)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://danlooo.github.io/OpenEOClient.jl/dev/)
[![Build Status](https://github.com/danlooo/OpenEOClient.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/danlooo/OpenEOClient.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://Open-EO.github.io/openeo-julia-client/stable/)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://open-eo.github.io/openeo-julia-client/dev/)
[![Build Status](https://github.com/Open-EO/openeo-julia-client/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/Open-EO/openeo-julia-client/actions/workflows/CI.yml?query=branch%3Amain)


A Julia client for openEO
12 changes: 6 additions & 6 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ DocMeta.setdocmeta!(OpenEOClient, :DocTestSetup, :(using OpenEOClient); recursiv
makedocs(;
modules=[OpenEOClient],
authors="Daniel Loos <[email protected]> and contributors",
repo="https://github.com/danlooo/OpenEOClient.jl/blob/{commit}{path}#{line}",
repo="https://github.com/Open-EO/openeo-julia-client/blob/{commit}{path}#{line}",
sitename="OpenEOClient.jl",
format=Documenter.HTML(;
prettyurls=get(ENV, "CI", "false") == "true",
canonical="https://danlooo.github.io/OpenEOClient.jl",
canonical="https://open-eo.github.io/openeo-julia-client",
edit_link="main",
assets=String[],
assets=String[]
),
pages=[
"Home" => "index.md",
],
]
)

deploydocs(;
repo="github.com/danlooo/OpenEOClient.jl",
devbranch="main",
repo="github.com/Open-EO/openeo-julia-client",
devbranch="main"
)
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CurrentModule = OpenEOClient

# OpenEOClient

Documentation for [OpenEOClient](https://github.com/danlooo/OpenEOClient.jl).
Documentation for [OpenEOClient](https://github.com/Open-EO/openeo-julia-client).

```@index
```
Expand Down

0 comments on commit 2e86852

Please sign in to comment.