From c380f2fcba3155472c3c0146e8acf95b16663836 Mon Sep 17 00:00:00 2001 From: ChristophHotter Date: Fri, 17 Apr 2026 11:39:08 -0400 Subject: [PATCH] change link docs --- README.md | 4 ++-- docs/make.jl | 4 ++-- examples/README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 13e8e18..41c56c1 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ It combines a symbolic layer for the SLH formalism based on [SecondQuantizedAlge ## Development status -[![Tests](https://github.com/ChristophHotter/QuantumInputOutput.jl/actions/workflows/Tests.yml/badge.svg)](https://github.com/ChristophHotter/QuantumInputOutput.jl/actions/workflows/Tests.yml) -[![Documentation dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://christophhotter.github.io/QuantumInputOutput.jl/dev/) +[![Tests](https://github.com/qojulia/QuantumInputOutput.jl/actions/workflows/Tests.yml/badge.svg)](https://github.com/qojulia/QuantumInputOutput.jl/actions/workflows/Tests.yml) +[![Documentation dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://qojulia.github.io/QuantumInputOutput.jl/dev/) Note that **QuantumInputOutput.jl** is still at an early stage of development. diff --git a/docs/make.jl b/docs/make.jl index a73ca2d..df2e65e 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -37,7 +37,7 @@ makedocs( sitename = "QuantumInputOutput.jl", modules = QuantumInputOutput, format = Documenter.HTML(; - canonical = "https://ChristophHotter.github.io/QuantumInputOutput.jl", + canonical = "https://qojulia.github.io/QuantumInputOutput.jl", ), pages = pages, clean = true, @@ -49,7 +49,7 @@ makedocs( ) deploydocs( - repo = "github.com/ChristophHotter/QuantumInputOutput.jl", + repo = "github.com/qojulia/QuantumInputOutput.jl", devbranch = "main", target = "build", branch = "gh-pages", diff --git a/examples/README.md b/examples/README.md index a45613b..5dc4a0e 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,6 +1,6 @@ # QuantumInputOutput.jl Examples -This folder contains example scripts demonstrating the usage of the [QuantumInputOutput.jl](https://github.com/ChristophHotter/QuantumInputOutput.jl) package. Each script showcases different features and functionalities of the package, providing practical insights into its application of the input-output theory with quantum pulses. +This folder contains example scripts demonstrating the usage of the [QuantumInputOutput.jl](https://github.com/qojulia/QuantumInputOutput.jl) package. Each script showcases different features and functionalities of the package, providing practical insights into its application of the input-output theory with quantum pulses. To run an example, execute the corresponding Julia script in your Julia environment. Make sure you have all the necessary dependencies installed as specified in the `Project.toml` and `Manifest.toml` files.