Skip to content

Commit

Permalink
Fix link to jobs page
Browse files Browse the repository at this point in the history
The current link includes all listings with either
"open" _or_ "source" in their description, which
produces many false positives.
Changing the query to "open source" (with quotes)
fixes this.
  • Loading branch information
greschd committed Jul 6, 2023
1 parent 482a0ae commit e39fe7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ If you're an Ansys employee, you can join by visiting [Join Ansys GitHub Organiz
* Contributing
* Need help developing? See our [PyAnsys developer's guide](https://dev.docs.pyansys.com/).
* Learn more about how you can contribute at [Open Source @ Ansys](https://developer.ansys.com/SCA).
* [Explore open source jobs at Ansys](https://careers.ansys.com/search/?searchby=location&createNewAlert=false&q=open+source)
* [Explore open source jobs at Ansys](https://careers.ansys.com/search/?searchby=location&createNewAlert=false&q="open+source")

We also contribute to:
- [PyVista](https://docs.pyvista.org/) - 3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).
Expand Down

0 comments on commit e39fe7b

Please sign in to comment.