From fb90283410222e030b16661b467d50689d261069 Mon Sep 17 00:00:00 2001 From: Anshul Singhvi Date: Mon, 16 Sep 2024 14:29:12 -0700 Subject: [PATCH] JuliaPlots -> MakieOrg --- .github/old/auto_close_all_issues.yml | 2 +- README.md | 6 +++--- docs/make.jl | 4 ++-- docs/src/index.md | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/old/auto_close_all_issues.yml b/.github/old/auto_close_all_issues.yml index 7f1afd6..4ae17c5 100644 --- a/.github/old/auto_close_all_issues.yml +++ b/.github/old/auto_close_all_issues.yml @@ -13,4 +13,4 @@ jobs: comment: | We do not accept issues on the MakieTeX.jl repository. Please open your issue on the Makie.jl repository instead: - https://github.com/JuliaPlots/Makie.jl/issues + https://github.com/MakieOrg/Makie.jl/issues diff --git a/README.md b/README.md index 3d590b0..5c532af 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # MakieTeX.jl -[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliaplots.github.io/MakieTeX.jl/stable/) -[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliaplots.github.io/MakieTeX.jl/dev/) -[![Build Status](https://github.com/JuliaPlots/MakieTeX.jl/actions/workflows/CI.yml/badge.svg?branch=master)](https://github.com/JuliaPlots/MakieTeX.jl/actions/workflows/CI.yml?query=branch%3Amaster) +[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://MakieOrg.github.io/MakieTeX.jl/stable/) +[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://MakieOrg.github.io/MakieTeX.jl/dev/) +[![Build Status](https://github.com/MakieOrg/MakieTeX.jl/actions/workflows/CI.yml/badge.svg?branch=master)](https://github.com/MakieOrg/MakieTeX.jl/actions/workflows/CI.yml?query=branch%3Amaster) ## LaTeX integration for Makie.jl diff --git a/docs/make.jl b/docs/make.jl index 2b37388..3d3b489 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -5,7 +5,7 @@ using MakieTeX makedocs(; modules=[MakieTeX], format=DocumenterVitepress.MarkdownVitepress(; - repo = "https://github.com/JuliaPlots/MakieTeX.jl" + repo = "https://github.com/MakieOrg/MakieTeX.jl" ), pages=[ "Home" => "index.md", @@ -18,7 +18,7 @@ makedocs(; ) deploydocs(; - repo = "github.com/JuliaPlots/MakieTeX.jl", + repo = "github.com/MakieOrg/MakieTeX.jl", target = "build", push_preview = true, forcepush = true diff --git a/docs/src/index.md b/docs/src/index.md index 53586af..de1276a 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -13,7 +13,7 @@ hero: link: /index - theme: alt text: View on Github - link: https://github.com/JuliaPlots/MakieTeX.jl + link: https://github.com/MakieOrg/MakieTeX.jl - theme: alt text: Available formats link: /formats