Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Remove awslabs from README URLs #73

Merged
merged 1 commit into from
Apr 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading