Skip to content

Commit f50791f

Browse files
committed
Fix links.
1 parent fadb33e commit f50791f

1 file changed

Lines changed: 11 additions & 12 deletions

File tree

README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
<h1 align="center">
22
<picture>
3-
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/materialsproject/pymatgen/raw/master/docs/assets/pymatgen-white.svg">
4-
<img alt="Logo" src="https://github.com/materialsproject/pymatgen/raw/master/docs/assets/pymatgen.svg"
3+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/materialyzeai/pymatgen-core/raw/master/docs/assets/pymatgen-white.svg">
4+
<img alt="Logo" src="https://github.com/materialyzeai/pymatgen-core/raw/master/docs/assets/pymatgen.svg"
55
height="70">
66
</picture>
77
</h1>
88

99
<h4 align="center">
1010

11-
[![CI Status](https://github.com/materialsproject/pymatgen/actions/workflows/test.yml/badge.svg)](https://github.com/materialsproject/pymatgen/actions/workflows/test.yml)
12-
[![codecov](https://codecov.io/gh/materialsproject/pymatgen/branch/master/graph/badge.svg?token=XC47Un1LV2)](https://codecov.io/gh/materialsproject/pymatgen)
13-
[![PyPI Downloads](https://img.shields.io/pypi/dm/pymatgen?logo=pypi&logoColor=white&color=blue&label=PyPI)](https://pypi.org/project/pymatgen)
14-
[![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/pymatgen?logo=condaforge&color=blue&label=Conda)](https://anaconda.org/conda-forge/pymatgen)
15-
[![Requires Python 3.10+](https://img.shields.io/badge/Python-3.10+-blue.svg?logo=python&logoColor=white)](https://python.org/downloads)
11+
[![CI Status](https://github.com/materialyzeai/pymatgen-core/actions/workflows/test.yml/badge.svg)](https://github.com/materialyzeai/pymatgen-core/actions/workflows/test.yml)
12+
[![codecov](https://codecov.io/gh/materialyzeai/pymatgen-core/branch/master/graph/badge.svg?token=XC47Un1LV2)](https://codecov.io/gh/materialyzeai/pymatgen-core)
13+
[![PyPI Downloads](https://img.shields.io/pypi/dm/pymatgen-core?logo=pypi&logoColor=white&color=blue&label=PyPI)](https://pypi.org/project/pymatgen-core)
14+
[![Requires Python 3.11+](https://img.shields.io/badge/Python-3.11+-blue.svg?logo=python&logoColor=white)](https://python.org/downloads)
1615
[![Paper](https://img.shields.io/badge/J.ComMatSci-2012.10.028-blue?logo=elsevier&logoColor=white)](https://doi.org/10.1016/j.commatsci.2012.10.028)
1716

1817
</h4>
@@ -34,9 +33,9 @@ Pymatgen is free to use. However, we also welcome your help to improve this libr
3433
- For questions that are not bugs or feature requests, please use the `pymatgen` [MatSci forum](https://matsci.org/pymatgen) or open a [GitHub discussion].
3534
- [`matgenb`](https://github.com/materialsvirtuallab/matgenb#introduction) provides some example Jupyter notebooks that demonstrate how to use `pymatgen` functionality.
3635

37-
[pull request]: https://github.com/materialsproject/pymatgen/pulls
38-
[github issue]: https://github.com/materialsproject/pymatgen/issues
39-
[github discussion]: https://github.com/materialsproject/pymatgen/discussions
36+
[pull request]: https://github.com/materialyzeai/pymatgen-core/pulls
37+
[github issue]: https://github.com/materialyzeai/pymatgen-core/issues
38+
[github discussion]: https://github.com/materialyzeai/pymatgen-core/discussions
4039

4140
## Why use `pymatgen`?
4241

@@ -72,14 +71,14 @@ pip install pymatgen
7271
If you'd like to use the latest unreleased changes on the main branch, you can install directly from GitHub:
7372

7473
```sh
75-
pip install -U git+https://github.com/materialsproject/pymatgen
74+
pip install -U git+https://github.com/materialyzeai/pymatgen-core
7675
```
7776

7877
Some extra functionality (e.g., generation of POTCARs) does require additional setup (see the [`pymatgen` docs]).
7978

8079
## Change Log
8180

82-
See [GitHub releases](https://github.com/materialsproject/pymatgen/releases), [`docs/CHANGES.md`](docs/CHANGES.md) or [commit history](https://github.com/materialsproject/pymatgen/commits/master) in increasing order of details.
81+
See [GitHub releases](https://github.com/materialyzeai/pymatgen-core/releases), [`docs/CHANGES.md`](docs/CHANGES.md) or [commit history](https://github.com/materialyzeai/pymatgen-core/commits/master) in increasing order of details.
8382

8483
## Using pymatgen
8584

0 commit comments

Comments
 (0)