Skip to content

Commit 31c2089

Browse files
Fix deprecation policy link in CONTRIBUTING.md (Qiskit#11276)
* Fix deprecation policy link * Update CONTRIBUTING.md Co-authored-by: Eric Arellano <[email protected]> --------- Co-authored-by: Eric Arellano <[email protected]>
1 parent 09ccfcf commit 31c2089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ def test_method2(self):
651651
self.assertEqual(result, <expected>)
652652
```
653653

654-
`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)).
654+
`test_method1_deprecated` can be removed after `Obj.method1` is removed (following the [Qiskit Deprecation Policy](./DEPRECATION.md)).
655655

656656
## Using dependencies
657657

0 commit comments

Comments
 (0)