Skip to content

Commit

Permalink
JuliaPlots -> MakieOrg
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 committed Sep 16, 2024
1 parent 632c0d7 commit fb90283
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/old/auto_close_all_issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# <img src="https://user-images.githubusercontent.com/32143268/165514916-4337e55a-18ec-4831-ab0f-11ebcb679600.svg" alt="MakieTeX.jl" height="50" align = "top">

[![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)

## <a href = "https://www.latex-project.org/"><img src="https://upload.wikimedia.org/wikipedia/commons/9/92/LaTeX_logo.svg" alt="LaTeX" height="30" align = "top"></a> integration for <a href = "https://www.github.com/MakieOrg/Makie.jl"><img src="https://raw.githubusercontent.com/MakieOrg/Makie.jl/master/assets/logo.png" alt="Makie.jl" height="30" align = "top"></a>

Expand Down
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb90283

Please sign in to comment.