diff options
| author | Adam Janovsky | 2025-02-13 11:07:20 +0100 |
|---|---|---|
| committer | Adam Janovsky | 2025-02-13 11:07:20 +0100 |
| commit | b36f6675d8b88efae85eacbf19850340931c3ff5 (patch) | |
| tree | eec88497315737f2c0adddcd8b42adb43d4e6cc7 | |
| parent | ea35230a5cede98e2fbc3f9d3345999ec8b864b7 (diff) | |
| download | sec-certs-b36f6675d8b88efae85eacbf19850340931c3ff5.tar.gz sec-certs-b36f6675d8b88efae85eacbf19850340931c3ff5.tar.zst sec-certs-b36f6675d8b88efae85eacbf19850340931c3ff5.zip | |
fix typos in protection profile example notebook
| -rw-r--r-- | notebooks/examples/protection_profiles.ipynb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/notebooks/examples/protection_profiles.ipynb b/notebooks/examples/protection_profiles.ipynb index f1de21a8..a6d51118 100644 --- a/notebooks/examples/protection_profiles.ipynb +++ b/notebooks/examples/protection_profiles.ipynb @@ -8,9 +8,9 @@ "\n", "This notebook illustrated basic functionality of the `ProtectionProfileDataset` class that holds protection profiles bound to Common Criteria certified products. The object that holds a single profile is called `ProtectionProfile`. \n", "\n", - "Note that there exists a front end to this functionality at [sec-certs.org/cc](https://sec-certs.org/cc/). Before reinventing the wheel, it's good idea to check our web. Maybe you don't even need to run the code, but just use our web instead. \n", + "Note that there exists a front end to this functionality at [sec-certs.org/pp](https://sec-certs.org/pp/). Before reinventing the wheel, it's good idea to check our web. Maybe you don't even need to run the code, but just use our web instead. \n", "\n", - "For full API documentation of the `CCDataset` class go to the [dataset](../../api/dataset) docs." + "For full API documentation of the `ProtectionProfileDataset` class go to the [dataset](../../api/dataset) docs." ] }, { |
