From b36f6675d8b88efae85eacbf19850340931c3ff5 Mon Sep 17 00:00:00 2001 From: Adam Janovsky Date: Thu, 13 Feb 2025 11:07:20 +0100 Subject: fix typos in protection profile example notebook --- notebooks/examples/protection_profiles.ipynb | 4 ++-- 1 file 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." ] }, { -- cgit v1.3.1