Skip to content

Commit

Permalink
Issue #291 update server.handlers package path in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayo Kallas committed Sep 14, 2020
1 parent a338ceb commit 88b27e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/server_architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Example configuration:
name: telem_testbed_stream
input: telem_port_in_stream
handlers:
- name: ait.server.handler.PacketHandler
- name: ait.server.handlers.PacketHandler
packet: 1553_HS_Packet
outbound-streams:
Expand Down Expand Up @@ -142,7 +142,7 @@ Here is an example of how the **server** portion of **config.yaml** should look:
name: telem_testbed_stream
input: telem_port_in_stream
handlers:
- name: ait.server.handler.PacketHandler
- name: ait.server.handlers.PacketHandler
packet: 1553_HS_Packet
outbound-streams:
Expand Down

0 comments on commit 88b27e3

Please sign in to comment.