Skip to content

Commit

Permalink
Updated 3 hyperlinks in the Readme file
Browse files Browse the repository at this point in the history
We are sunsetting docs.nightfall.ai and completely moving to help.nightfall.ai. There were three links that were pointing to docs.nightfall.ai. I updated them to point to help.nightfall.ai
  • Loading branch information
Prashant-Vandana authored Oct 28, 2024
1 parent 01ddaf6 commit 6c669ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Additionally, this library provides convenient features including a streamlined
To obtain an API Key, login to the [Nightfall dashboard](https://app.nightfall.ai/) and click the section
titled "Manage API Keys".

See our [developer documentation](https://docs.nightfall.ai/docs/entities-and-terms-to-know) for more details about
See our [developer documentation](https://help.nightfall.ai/firewall-for-ai/key-concepts/entities-and-terms-to-know) for more details about
integrating with the Nightfall API.

## Installation ##
Expand Down Expand Up @@ -43,11 +43,11 @@ original files, and then we'll handle the heavy lifting.

The file upload process is implemented as a series of requests to upload the file in chunks. The library
provides a single method that wraps the steps required to upload your file. Please refer to the
[API Reference](https://docs.nightfall.ai/reference) for more details.
[API Reference](https://help.nightfall.ai/firewall-for-ai/nightfall-apis/dlp-apis-firewall-for-ai-platform) for more details.

The file is uploaded synchronously, but as files can be arbitrarily large, the scan itself is conducted asynchronously.
The results from the scan are delivered by webhook; for more information about setting up a webhook server, refer to
[the docs](https://docs.nightfall.ai/docs/creating-a-webhook-server).
[the docs](https://help.nightfall.ai/firewall-for-ai/key-concepts/scanning-files/webhooks-and-asynchronous-notifications/creating-a-webhook-server).

#### Sample Code

Expand Down

0 comments on commit 6c669ce

Please sign in to comment.