Skip to content

Commit

Permalink
deprecate git.io urls in infer cli docs
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Apr 27, 2022
1 parent 52a98b1 commit 1b894cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pyhf/cli/infer.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def fit(
.. code-block:: shell
$ curl -sL https://git.io/JJYDE | pyhf fit --value
$ curl -sL https://raw.githubusercontent.com/scikit-hep/pyhf/HEAD/docs/examples/json/2-bin_1-channel.json | pyhf fit --value
\b
{
Expand Down Expand Up @@ -176,7 +176,7 @@ def cls(
.. code-block:: shell
$ curl -sL https://git.io/JJYDE | pyhf cls
$ curl -sL https://raw.githubusercontent.com/scikit-hep/pyhf/HEAD/docs/examples/json/2-bin_1-channel.json | pyhf cls
\b
{
Expand Down

0 comments on commit 1b894cb

Please sign in to comment.