Skip to content

Commit 2238d6b

Browse files
committed
fix further links
1 parent 983ec9c commit 2238d6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ cover/
8888

8989
# Django stuff:
9090
*.log
91-
!tests/data/dataconverter/readers/mpes/Ref_nexus_igor.log
91+
!tests/data/dataconverter/readers/igor/Ref_nexus_igor.log
9292
!tests/data/nexus/Ref_nexus_test.log
9393
local_settings.py
9494
db.sqlite3

docs/tutorial/standalone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ $<entry-file path> \
3636

3737
You can find various examples how to use `pynxtools-igor` for your Igor Pro research data pipeline in [`src/pynxtools-igor/nomad/examples`](../../src/pynxtools_igor/nomad/examples/). These are designed for working with [`NOMAD`](https://nomad-lab.eu/) and its [`NOMAD Remote Tools Hub (NORTH)`](https://nomad-lab.eu/prod/v1/gui/analyze/north).
3838

39-
There are also small example files for using the `pynxtools` dataconverter with the `igor` reader in [`tests/data`](https://github.com/FAIRmat-NFDI/pynxtools.mpes/tree/main/tests/data).
39+
There are also small example files for using the `pynxtools` dataconverter with the `igor` reader in [`tests/data`](https://github.com/FAIRmat-NFDI/pynxtools-igor/tree/main/tests/data).
4040

4141
For this tutorial, we will work with this data. You can run the conversion as
4242
```shell

0 commit comments

Comments
 (0)