Skip to content

Commit e6f1acb

Browse files
authored
Merge pull request #712 from HSF/sponce_docFix
Fixed paths to event data files in documentation
2 parents 06827f4 + 94922a1 commit e6f1acb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

guides/developers/event_data_format.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ Where:
5050
* `time` : will be printed for `Data recorded` entry
5151

5252

53-
You can find various examples in the [files folder](../packages/phoenix-ng/projects/phoenix-app/src/assets/files):
53+
You can find various examples in the [files folder](../../docs/assets/files):
5454

55-
* [atlas.json](../packages/phoenix-ng/projects/phoenix-app/src/assets/files/event_data/event.json) is an ATLAS file containing two simulated events.
56-
* [LHCbEventData.json](../packages/phoenix-ng/projects/phoenix-app/src/assets/files/lhcb/LHCbEventData.json) is a large file containing LHCb simulated events.
55+
* [atlas.json](../../docs/assets/files/event_data/ATLAS_calibration.json) is an ATLAS Calibration file containing a single event.
56+
* [LHCbEventData.json](../../docs/assets/files/lhcb/LHCbEventData.json) is a large file containing LHCb simulated events.
5757

5858

5959
#### Supported object types

0 commit comments

Comments
 (0)