Skip to content

Commit

Permalink
Merge pull request #324 from conda/graduation-fixes
Browse files Browse the repository at this point in the history
Update URLs after graduation
  • Loading branch information
maresb authored Feb 6, 2023
2 parents 3aee929 + 0826afd commit 2161a61
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# conda-lock

[![GitHub deployments](https://img.shields.io/github/deployments/conda-incubator/conda-lock/github-pages?label=docs&style=for-the-badge)](https://conda-incubator.github.io/conda-lock/)
[![GitHub deployments](https://img.shields.io/github/deployments/conda/conda-lock/github-pages?label=docs&style=for-the-badge)](https://conda.github.io/conda-lock/)
[![PyPI](https://img.shields.io/pypi/v/conda-lock?style=for-the-badge)](https://pypi.org/project/conda-lock/)
[![Conda](https://img.shields.io/conda/v/conda-forge/conda-lock?style=for-the-badge)](https://github.com/conda-forge/conda-lock-feedstock)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?style=for-the-badge)](https://results.pre-commit.ci/latest/github/conda/conda-lock/main)
Expand Down
2 changes: 1 addition & 1 deletion conda_lock/lockfile/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def write_section(text: str) -> None:

write_section(
f"""
This lock file was generated by conda-lock (https://github.com/conda-incubator/conda-lock). DO NOT EDIT!
This lock file was generated by conda-lock (https://github.com/conda/conda-lock). DO NOT EDIT!
A "lock file" contains a concrete list of package versions (with checksums) to be installed. Unlike
e.g. `conda env create`, the resulting environment will not change as new package versions become
Expand Down
2 changes: 1 addition & 1 deletion docs/output.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Conda lock's default output format is a unified multi-platform lockfile.

This is defined by a [pydantic](https://pydantic-docs.helpmanual.io/usage/models/) model
[here](https://github.com/conda-incubator/conda-lock/blob/main/conda_lock/src_parser/__init__.py#L126)
[conda_lock.lockfile.Lockfile](https://github.com/conda/conda-lock/blob/main/conda_lock/lockfile/models.py)

In order to explicitly use this format

Expand Down
2 changes: 1 addition & 1 deletion example/pangeo/conda-lock.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This lock file was generated by conda-lock (https://github.com/conda-incubator/conda-lock). DO NOT EDIT!
# This lock file was generated by conda-lock (https://github.com/conda/conda-lock). DO NOT EDIT!
#
# A "lock file" contains a concrete list of package versions (with checksums) to be installed. Unlike
# e.g. `conda env create`, the resulting environment will not change as new package versions become
Expand Down
2 changes: 1 addition & 1 deletion example/zlib/conda-lock.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This lock file was generated by conda-lock (https://github.com/conda-incubator/conda-lock). DO NOT EDIT!
# This lock file was generated by conda-lock (https://github.com/conda/conda-lock). DO NOT EDIT!
#
# A "lock file" contains a concrete list of package versions (with checksums) to be installed. Unlike
# e.g. `conda env create`, the resulting environment will not change as new package versions become
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
site_name: conda-lock
repo_url: https://github.com/conda-incubator/conda-lock
repo_url: https://github.com/conda/conda-lock
theme:
name: material
features:
Expand Down Expand Up @@ -62,4 +62,4 @@ extra:
- mariusvniekerk
social:
- icon: fontawesome/brands/github
link: https://github.com/conda-incubator/conda-lock
link: https://github.com/conda/conda-lock
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ license-files = { paths = ["LICENSE"] }
conda-lock = "conda_lock:main"

[project.urls]
Homepage = "https://github.com/conda-incubator/conda-lock"
Repository = "https://github.com/conda-incubator/conda-lock"
Documentation = "https://conda-incubator.github.io/conda-lock/"
"Issue Tracker" = "https://github.com/conda-incubator/conda-lock/issues"
Homepage = "https://github.com/conda/conda-lock"
Repository = "https://github.com/conda/conda-lock"
Documentation = "https://conda.github.io/conda-lock/"
"Issue Tracker" = "https://github.com/conda/conda-lock/issues"
"Conda-Forge Feedstock" = "https://github.com/conda-forge/conda-lock-feedstock"
"Anaconda.org" = "https://anaconda.org/conda-forge/conda-lock"

Expand Down

0 comments on commit 2161a61

Please sign in to comment.