Skip to content

Commit 39a4626

Browse files
Update links in index.md for extension documentation
1 parent d7b7d80 commit 39a4626

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/extension/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ has_toc: false
88
# Writing extensions
99

1010
{: .note }
11-
Before you start reading the details of extending Albert, make sure you have read the [basics](/gettingstarted/basics).
11+
Before you start reading the details of extending Albert, make sure you have read the [basics](/basics).
1212

1313
Albert can be extended using C++ or Python.
1414

15-
- Native [C++ plugins](/gettingstarted/extension/cplusplus) benefit the performance and power of (Obj)C(++)
15+
- Native [C++ plugins](/extension/cplusplus) benefit the performance and power of (Obj)C(++)
1616
and the native access to Qt (Eventloop, translations, the framework itself …).
17-
- [Python plugins](/gettingstarted/extension/python) on the other hand are easier to write and distribute and PyPi has a library for almost everything you can think of.
17+
- [Python plugins](/extension/python) on the other hand are easier to write and distribute and PyPi has a library for almost everything you can think of.
1818
However the Albert Python API is a limited subset of the native API and the [GIL](https://wiki.python.org/moin/GlobalInterpreterLock) prevents true parallelism.
1919

2020
## API overview
@@ -44,5 +44,5 @@ utilities facilitate plugin development and help developers to provide users wit
4444

4545

4646
Next, read the section of your prefered API,
47-
build something cool and [share it](/gettingstarted/contributing#code).
47+
build something cool and [share it](/contributing#code).
4848

0 commit comments

Comments
 (0)