diff options
Diffstat (limited to 'notebooks/examples/protection_profiles.ipynb')
| -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." ] }, { |
