Skip to content

Commit

Permalink
Modify rule S6741: Fix broken pandas docs link (#3568)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardo-pilastri-sonarsource authored Jan 30, 2024
1 parent dafeb03 commit fae9f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/S6741/python/rule.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ arr = df.to_numpy() # Compliant
== Resources
=== Documentation

* Pandas Documentation - https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.to_numpy.html[pandas.DataFrame.to_numpy()]
* Pandas Documentation - https://pandas.pydata.org/pandas-docs/version/2.1/reference/api/pandas.DataFrame.to_numpy.html[pandas.DataFrame.to_numpy()]
* Pandas Documentation - https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.values.html[pandas.DataFrame.values]

0 comments on commit fae9f98

Please sign in to comment.