Skip to content

Commit

Permalink
Fix deprecation policy link in CONTRIBUTING.md (#11276)
Browse files Browse the repository at this point in the history
* Fix deprecation policy link

* Update CONTRIBUTING.md

Co-authored-by: Eric Arellano <[email protected]>

---------

Co-authored-by: Eric Arellano <[email protected]>
  • Loading branch information
TsafrirA and Eric-Arellano authored Nov 24, 2023
1 parent 09ccfcf commit 31c2089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ def test_method2(self):
self.assertEqual(result, <expected>)
```

`test_method1_deprecated` can be removed after `Obj.method1` is removed (following the [Qiskit Deprecation Policy](https://qiskit.org/documentation/contributing_to_qiskit.html#deprecation-policy)).
`test_method1_deprecated` can be removed after `Obj.method1` is removed (following the [Qiskit Deprecation Policy](./DEPRECATION.md)).

## Using dependencies

Expand Down

0 comments on commit 31c2089

Please sign in to comment.