Skip to content

Commit

Permalink
fix: [#9063] Broken link in UI: Configure/Connections/External connec…
Browse files Browse the repository at this point in the history
…tions/see documentation (#9336)

* Adding external connections link fixed.

* Link updated.

---------

Co-authored-by: Emiliano Quiroga <emiliano.quiroga@7-11.com>
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
Co-authored-by: Joel Mut <62260472+sw-joelmut@users.noreply.github.com>
Co-authored-by: Eugene <EOlonov@gmail.com>
  • Loading branch information
5 people committed May 16, 2024
1 parent 0b503f9 commit d245206
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ const AdapterSection = ({ projectId, scrollToSectionId }: Props) => {
a2: ({ children }) => (
<Link
key="package-adapter-settings-page-learn-more"
href={'https://aka.ms/composer-packagmanageraddconnection-learnmore'}
href={
'https://docs.microsoft.com/en-us/composer/how-to-manage-packages?tabs=dotnet#connect-to-package-feeds'
}
target="_blank"
>
{children}
Expand Down

0 comments on commit d245206

Please sign in to comment.