From e39fe7b73985d96c9b0edb3b2613f9f95a36c891 Mon Sep 17 00:00:00 2001 From: Dominik Gresch Date: Thu, 6 Jul 2023 19:16:28 +0200 Subject: [PATCH] Fix link to jobs page 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. --- profile/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/README.md b/profile/README.md index f5adb55..4743a52 100644 --- a/profile/README.md +++ b/profile/README.md @@ -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).