From 56110bdbf4663839cf0db8ae406112a38adf783a Mon Sep 17 00:00:00 2001 From: Tim Holy Date: Tue, 4 Feb 2025 03:56:39 -0600 Subject: [PATCH] Fix badge links In #98 I forgot to customize the URL to the package. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35ffd49..64ade74 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # CoordinateTransformations [![Build Status](https://github.com/JuliaGeometry/CoordinateTransformations.jl/workflows/CI/badge.svg)](https://github.com/JuliaGeometry/CoordinateTransformations.jl/actions?query=workflow%3ACI) -[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://USER_NAME.github.io/PACKAGE_NAME.jl/stable) -[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://USER_NAME.github.io/PACKAGE_NAME.jl/dev) +[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaGeometry.github.io/CoordinateTransformations.jl/stable) +[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaGeometry.github.io/CoordinateTransformations.jl/dev) **CoordinateTransformations** is a Julia package to manage simple or complex networks of coordinate system transformations. Transformations can be easily