diff --git a/independent-publisher-connectors/Copy.ai/readme.md b/independent-publisher-connectors/Copy.ai/readme.md index 4cd4f43506..1407186280 100644 --- a/independent-publisher-connectors/Copy.ai/readme.md +++ b/independent-publisher-connectors/Copy.ai/readme.md @@ -4,7 +4,7 @@ Meet your brainstorming buddy, blank page remover, research assistant, and exper ## Publisher: Troy Taylor, Hitachi Solutions ## Prerequisites -You will need to sign up for an account with (Copy.ai)[https://app.copy.ai/]. +You will need to sign up for an account with [Copy.ai](https://app.copy.ai/). ## Obtaining Credentials Once you have logged in to your account and created a workflow, open a workflow and click on the API tab to retrieve your Workspace API Key. diff --git a/independent-publisher-connectors/NIST National Vulnerability Database/readme.md b/independent-publisher-connectors/NIST National Vulnerability Database/readme.md index b19d746353..00be82f536 100644 --- a/independent-publisher-connectors/NIST National Vulnerability Database/readme.md +++ b/independent-publisher-connectors/NIST National Vulnerability Database/readme.md @@ -25,7 +25,7 @@ https://nvd.nist.gov/developers ## Known Issues and Limitations * When filtering by date, please note the format. As it is unlikely you need to filter based on time, I suggest you specify 000 for sub-seconds and use hh:mm for UTC offset. Eg. For Power Automate flows, this is an example of correctly specifying a date with no UTC offset. formatDateTime(utcNow(), 'yyyy-MM-ddTHH:mm:ss:000 UTC+00:00') -* There are a large number of vulnerabilities stored in a highly granular way. You will need to filter your results and learn the schema to apply filters. E.g Filtering by CPE Match string or CVE match string is documented (here)[http://cpe.mitre.org/specification/index.html] +* There are a large number of vulnerabilities stored in a highly granular way. You will need to filter your results and learn the schema to apply filters. E.g Filtering by CPE Match string or CVE match string is documented [here](http://cpe.mitre.org/specification/index.html) * Each API Key is associated with a single email address. If an email address is used to request an additional API key, clicking the single-use hyperlink will invalidate the key previously associated with that email address. The key will not be invalidated if the email is used to request another key, but the link is not opened. There is no process for retrieving a forgotten key. diff --git a/independent-publisher-connectors/OpenRouter/readme.md b/independent-publisher-connectors/OpenRouter/readme.md index 69508baf0e..ff838ded6a 100644 --- a/independent-publisher-connectors/OpenRouter/readme.md +++ b/independent-publisher-connectors/OpenRouter/readme.md @@ -5,7 +5,7 @@ A high-performance unified interface for LLMs, integrating a vast number of mode ## Publisher: Fördős András ## Prerequisites -You need an OpenRouter account and API Key, potentially available tokens if using non-free models: (https://openrouter.ai)[https://openrouter.ai]. +You need an OpenRouter account and API Key, potentially available tokens if using non-free models: [https://openrouter.ai](https://openrouter.ai). ## Operations @@ -28,7 +28,7 @@ Send a completion request to a selected model (text-only format). Returns metadata about a specific generation request. ## Obtaining credentials -Once signed up over (https://openrouter.ai)[https://openrouter.ai], you will need to generate an API Key by navigating to your profile and under "Keys" selecting "Create Key". +Once signed up over [https://openrouter.ai](https://openrouter.ai), you will need to generate an API Key by navigating to your profile and under "Keys" selecting "Create Key". ## Known issues and limitations diff --git a/tools/paconn-cli/README.md b/tools/paconn-cli/README.md index 4ebc39707f..39f07f94a3 100644 --- a/tools/paconn-cli/README.md +++ b/tools/paconn-cli/README.md @@ -8,7 +8,7 @@ The `paconn` command-line tool is designed to aid Microsoft Power Platform custo ## Installing -1. Install Python 3.5+ from [https://www.python.org/downloads](Python downloads). Select the 'Download' link on any version of Python greater than Python 3.5. For Linux and macOS X, follow the appropriate link on the page. You can also install using an OS-specific package manager of your choice. +1. Install Python 3.5+ from [Python downloads](https://www.python.org/downloads). Select the 'Download' link on any version of Python greater than Python 3.5. For Linux and macOS X, follow the appropriate link on the page. You can also install using an OS-specific package manager of your choice. 2. Run the installer to begin installation and be sure to check the box 'Add Python X.X to PATH'.