Skip to content

Commit

Permalink
fix urls and repo (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy authored Jan 31, 2025
1 parent 3636f8e commit bd83bd9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# NaturalEarth.jl

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://asinghvi17.github.io/NaturalEarth.jl/stable/)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://asinghvi17.github.io/NaturalEarth.jl/dev/)
[![Build Status](https://github.com/asinghvi17/NaturalEarth.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/asinghvi17/NaturalEarth.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliageo.github.io/NaturalEarth.jl/stable/)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliageo.github.io/NaturalEarth.jl/dev/)
[![Build Status](https://github.com/JuliaGeo/NaturalEarth.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/JuliaGeo/NaturalEarth.jl/actions/workflows/CI.yml?query=branch%3Amain)


This package provides a Julia interface to the [Natural Earth](http://www.naturalearthdata.com/) dataset. The Natural Earth dataset is a public domain map dataset available at 1:10m, 1:50m, and 1:110 million scales. It is ideal for small-scale thematic mapping and for creating static maps and illustrations.
Expand Down
6 changes: 3 additions & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ DocMeta.setdocmeta!(NaturalEarth, :DocTestSetup, :(using NaturalEarth); recursiv
makedocs(;
modules=[NaturalEarth],
authors="Anshul Singhvi <[email protected]> and contributors",
repo="https://github.com/asinghvi17/NaturalEarth.jl/blob/{commit}{path}#{line}",
repo="github.com/JuliaGeo/NaturalEarth.jl",
sitename="NaturalEarth.jl",
format=Documenter.HTML(;
prettyurls=get(ENV, "CI", "false") == "true",
canonical="https://asinghvi17.github.io/NaturalEarth.jl",
canonical="https://juliageo.github.io/NaturalEarth.jl",
edit_link="main",
assets=String[],
),
Expand All @@ -20,6 +20,6 @@ makedocs(;
)

deploydocs(;
repo="github.com/asinghvi17/NaturalEarth.jl",
repo="github.com/JuliaGeo/NaturalEarth.jl",
devbranch="main",
)

0 comments on commit bd83bd9

Please sign in to comment.