Skip to content

Commit f45d627

Browse files
authored
Fix - Update broken link
1 parent 64bef77 commit f45d627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/safexl.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ That probably looks like a pretty familiar syntax to you! The biggest difference
4646
```python
4747
import safexl
4848
```
49-
This is a standard `import` statement for python, bringing in the `safexl` library. Importing a library is similar to how the VBE allows you to [reference](../master/posts/references.md) other libraries.
49+
This is a standard `import` statement for python, bringing in the `safexl` library. Importing a library is similar to how the VBE allows you to [reference](../posts/references.md) other libraries.
5050

5151
```python
5252
with safexl.application(kill_after=False, maximize=True, include_addins=True) as app:

0 commit comments

Comments
 (0)