Skip to content

Commit 9cc8e73

Browse files
committed
fix link for feedstock repository
1 parent fa2e0e3 commit 9cc8e73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/maintainer/adding_pkgs.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,10 @@ Post staging process
115115
Feedstock repository structure
116116
------------------------------
117117

118-
Once the PR having the recipe for a package is merged in the ``staged-recipes`` repository, a new repository is created automatically called ``<package-name> feedstock`` which lies in the `feestock <https://github.com/conda-forge/feedstock>`__ repository.
118+
Once the PR having the recipe for a package is merged in the ``staged-recipes`` repository, a new repository is created automatically called ``<package-name> feedstock`` which lies in the `feestock <https://github.com/conda-forge/feedstocks/>`__ repository.
119119
A feedstock is made up of a conda recipe (the instructions on what and how to build the package) and the necessary configuration files for automatic building using freely available continuous integration services.
120120

121-
Each feedstock contains various files which are generated automatically using `conda-smithy <https://github.com/conda-forge/conda-smithy>`__ which is a tool used for managing continuous integration and maintenance of the feedstocks. Broadly every feedstock has the following files :
121+
Each feedstock contains various files which are generated automatically using `conda-smithy <https://github.com/conda-forge/conda-smithy/>`__ which is a tool used for managing continuous integration and maintenance of the feedstocks. Broadly every feedstock has the following files :
122122

123123
recipe
124124
......

0 commit comments

Comments
 (0)