diff --git a/README.md b/README.md index 2a069af9..9572164a 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ This is *experimental* software, and support may be discontinued in the future. the [Python SDK](https://github.com/aws/amazon-braket-sdk-python). We may change, remove, or deprecate parts of the API when making new releases. Please review the [CHANGELOG](CHANGELOG.md) for information about changes in each release. -[![Stable docs](https://img.shields.io/badge/docs-stable-blue.svg)](https://awslabs.github.io/braket-jl/stable) -[![Latest docs](https://img.shields.io/badge/docs-dev-blue.svg)](https://awslabs.github.io/braket-jl/dev) -[![CI](https://github.com/awslabs/braket-jl/actions/workflows/CI.yml/badge.svg)](https://github.com/awslabs/braket-jl/actions/workflows/CI.yml) -[![codecov](https://codecov.io/gh/awslabs/braket-jl/branch/main/graph/badge.svg?token=QC9P7HQY4V)](https://codecov.io/gh/awslabs/braket-jl) +[![Stable docs](https://img.shields.io/badge/docs-stable-blue.svg)](https://awslabs.github.io/braket.jl/stable) +[![Latest docs](https://img.shields.io/badge/docs-dev-blue.svg)](https://awslabs.github.io/braket.jl/dev) +[![CI](https://github.com/awslabs/braket.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/awslabs/braket.jl/actions/workflows/CI.yml) +[![codecov](https://codecov.io/gh/awslabs/braket.jl/branch/main/graph/badge.svg?token=QC9P7HQY4V)](https://codecov.io/gh/awslabs/braket.jl) ## Installation & Prerequisites diff --git a/docs/make.jl b/docs/make.jl index c8d3bbce..d046272b 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -4,4 +4,4 @@ using Documenter, Braket makedocs(sitename="Braket.jl") -deploydocs(repo="github.com/awslabs/braket-jl.git",) +deploydocs(repo="github.com/awslabs/braket.jl.git",)