Skip to content

Minor url typos #3931

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion independent-publisher-connectors/Copy.ai/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions independent-publisher-connectors/OpenRouter/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion tools/paconn-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'.

Expand Down