Skip to content

Commit 53320cd

Browse files
authored
Update docs link to match line numbers (#3560)
1 parent 9c8593b commit 53320cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/how-to/develop-gds-plugins.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ category is summarized in the table below.
3939
|---------------|---------------|--------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|
4040
| framing | Selection | Implement a framer/deframer pair to handle serialized data | [FramerDeframer](https://github.com/fprime-community/fprime-gds/blob/devel/src/fprime_gds/common/communication/framing.py#L24) |
4141
| communication | Selection | Implement a communication adapter for flight software communication | [BaseAdapter](https://github.com/fprime-community/fprime-gds/blob/devel/src/fprime_gds/common/communication/adapters/base.py#L16) |
42-
| gds-app | Functionality | Implement a new GDS application isolated to a separate process | [GdsApp](https://github.com/fprime-community/fprime-gds/blob/devel/src/fprime_gds/executables/apps.py#L76) |
42+
| gds-app | Functionality | Implement a new GDS application isolated to a separate process | [GdsApp](https://github.com/fprime-community/fprime-gds/blob/devel/src/fprime_gds/executables/apps.py#L88) |
4343
| gds-function | Functionality | (Advanced) Implement new GDS functionality with control over the process | [GdsFunction](https://github.com/fprime-community/fprime-gds/blob/devel/src/fprime_gds/executables/apps.py#L40) |
4444

4545

@@ -425,4 +425,4 @@ A tutorial on python packaging including building wheels and uploading them to P
425425
## Conclusion
426426

427427
This guide has covered how to develop GDS plugins, their design, and selection vs functionality plugins. You should now
428-
be capable of writing plugins and handling arguments.
428+
be capable of writing plugins and handling arguments.

0 commit comments

Comments
 (0)