Skip to content

Commit

Permalink
Update docs: org renamed to bemanproject
Browse files Browse the repository at this point in the history
  • Loading branch information
neatudarius authored and ednolan committed Nov 20, 2024
1 parent 943cb30 commit 5f556d8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ option(

FetchContent_Declare(
beman.iterator_interface
GIT_REPOSITORY https://github.com/beman-project/iterator_interface.git
GIT_REPOSITORY https://github.com/bemanproject/iterator_interface.git
GIT_TAG 94adc3ea613384dc9da64c9de1a7d9a21395ede7
EXCLUDE_FROM_ALL
)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Distributed under the Boost Software License, Version 1.0.

# beman.utf_view: C++26 UTF Transcoding Views

[![CI](https://github.com/beman-project/utf_view/actions/workflows/ci.yml/badge.svg)](https://github.com/beman-project/utf_view/actions) [![Coverage](https://coveralls.io/repos/github/beman-project/utf_view/badge.svg?branch=main)](https://coveralls.io/github/beman-project/utf_view?branch=main)
[![CI](https://github.com/bemanproject/utf_view/actions/workflows/ci.yml/badge.svg)](https://github.com/bemanproject/utf_view/actions) [![Coverage](https://coveralls.io/repos/github/bemanproject/utf_view/badge.svg?branch=main)](https://coveralls.io/github/bemanproject/utf_view?branch=main)

This repository implements the functionality proposed by P2728 for C++26, including:

Expand Down Expand Up @@ -118,7 +118,7 @@ beman.utf_view has the following minimum compiler requirements:

### Dependencies

beman.utf_view depends on [beman.iterator_interface](https://github.com/beman-project/iterator_interface). It brings in this library via CMake FetchContent.
beman.utf_view depends on [beman.iterator_interface](https://github.com/bemanproject/iterator_interface). It brings in this library via CMake FetchContent.

### Instructions

Expand All @@ -135,7 +135,7 @@ This excerpt from the project's CI script provides an example of building the pr
beman.utf_view is based on P2728.

- The latest official revision of P2728 can be found at https://wg21.link/p2728
- The unofficial latest draft Markdown source for the paper can be found in this repository at [paper/P2828.md](https://github.com/beman-project/utf_view/blob/main/paper/P2728.md)
- The unofficial latest draft Markdown source for the paper can be found in this repository at [paper/P2828.md](https://github.com/bemanproject/utf_view/blob/main/paper/P2728.md)
- The paper's committee status page can be found at https://github.com/cplusplus/papers/issues/1422

## Authors
Expand Down
2 changes: 1 addition & 1 deletion paper/P2728.md
Original file line number Diff line number Diff line change
Expand Up @@ -6168,7 +6168,7 @@ __Outcome:__ Strong consensus in favor
# Implementation experience
The most recent revision of this paper has a reference implementation called
[beman.utf_view](https://github.com/beman-project/utf_view) available on
[beman.utf_view](https://github.com/bemanproject/utf_view) available on
GitHub, which is a fork of Jonathan Wakely's implementation of P2728R6 as an
implementation detail for libstdc++. It is part of the Beman project.

Expand Down

0 comments on commit 5f556d8

Please sign in to comment.