Skip to content

Commit

Permalink
Fix deprecation policy link
Browse files Browse the repository at this point in the history
  • Loading branch information
TsafrirA authored Nov 19, 2023
1 parent 1dd4f54 commit 34fb457
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 @@ -525,7 +525,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](https://qiskit.org/documentation/deprecation_policy.html)).

## Using dependencies

Expand Down

0 comments on commit 34fb457

Please sign in to comment.