We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa91868 + dfca5e4 commit b013e11Copy full SHA for b013e11
docs/CppInteroperability/CppInteroperabilityManifesto.md
@@ -2928,7 +2928,7 @@ non-throwing Swift functions. If a C++ function called from Swift throws an
2928
exception that is not caught within the C++ code, the program will terminate.
2929
2930
This approach is similar to that taken by the [Python interop
2931
-library](https://github.com/pvieito/PythonKit/blob/main/PythonKit/Python.swift),
+library](https://github.com/pvieito/PythonKit/blob/master/PythonKit/Python.swift),
2932
which also terminates the program by default if a Python exception is raised and
2933
not caught within the Python code.
2934
0 commit comments