Skip to content

Commit

Permalink
fix: Remove awslabs from README URLs (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
kshyatt-aws committed Apr 25, 2024
1 parent 368675b commit a290387
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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://amazon-braket.github.io/Braket.jl/stable)
[![Latest docs](https://img.shields.io/badge/docs-dev-blue.svg)](https://amazon-braket.github.io/Braket.jl/dev)
[![CI](https://github.com/amazon-braket/braket.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/amazon-braket/braket.jl/actions/workflows/CI.yml)
[![codecov](https://codecov.io/gh/amazon-braket/braket.jl/branch/main/graph/badge.svg?token=QC9P7HQY4V)](https://codecov.io/gh/amazon-braket/braket.jl)

## Installation & Prerequisites

Expand Down Expand Up @@ -84,9 +84,9 @@ What's currently implemented in *pure* Julia:

**Features to add:**

- [Support for pickled jobs results](https://github.com/awslabs/Braket.jl/issues/18)
- [Support for pickled jobs results](https://github.com/amazon-braket/Braket.jl/issues/18)
- More robust entry point verification for jobs
- [Pulse control](https://github.com/awslabs/Braket.jl/issues/15)
- [Pulse control](https://github.com/amazon-braket/Braket.jl/issues/15)

## Security

Expand Down

0 comments on commit a290387

Please sign in to comment.