Skip to content

Commit

Permalink
Update package URL
Browse files Browse the repository at this point in the history
  • Loading branch information
kshyatt-aws committed Nov 15, 2022
1 parent 97baaa9 commit 0446882
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

2 comments on commit 0446882

@kshyatt-aws
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/72261

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" 044688260e4b500cb64fb99c344dfd047b337e4a
git push origin v0.1.0

Please sign in to comment.