Skip to content
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

fix see href links - Part 1 #12883

Merged
merged 1 commit into from
Jun 30, 2020
Merged

fix see href links - Part 1 #12883

merged 1 commit into from
Jun 30, 2020

Conversation

mairaw
Copy link
Contributor

@mairaw mairaw commented Jun 19, 2020

While browsing the docs, I've noticed several missing links such as
https://docs.microsoft.com/en-us/dotnet/api/azure.storage.files.shares.sharefileclient.-ctor?view=azure-dotnet#Azure_Storage_Files_Shares_ShareFileClient__ctor_System_String_System_String_System_String_

image

When I was working on dotnet-api-docs, the expected syntax includes the link text as well (which also helps with SEO). I also removed the en-us locale from links that contained that.

@@ -14,7 +14,7 @@ public class KeyVaultAccessControlClientOptions : ClientOptions
/// <summary>
/// The latest service version supported by this client library.
/// For more information, see
/// <see href="https://docs.microsoft.com/en-us/rest/api/keyvault/key-vault-versions"/>.
/// <see href="https://docs.microsoft.com/rest/api/keyvault/key-vault-versions">Key Vault versions</see>.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wasn't sure if I should just remove this or if there's a better replacement. There's no such article.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems it used to exist, and is still referenced in the REST API docs:

image

I'll contact the service PM about this, but probably leave it for now. I'll ask they keep the existing URL. In the worst case, at least it goes to the KV home page.

Copy link
Member

@brjohnstmsft brjohnstmsft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Azure Cognitive Search changes look good to me. Thanks!

Copy link
Member

@heaths heaths left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Key Vault and Search changes LGTM. Thank you! I'll ask the KV PM about that link.

@@ -14,7 +14,7 @@ public class KeyVaultAccessControlClientOptions : ClientOptions
/// <summary>
/// The latest service version supported by this client library.
/// For more information, see
/// <see href="https://docs.microsoft.com/en-us/rest/api/keyvault/key-vault-versions"/>.
/// <see href="https://docs.microsoft.com/rest/api/keyvault/key-vault-versions">Key Vault versions</see>.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems it used to exist, and is still referenced in the REST API docs:

image

I'll contact the service PM about this, but probably leave it for now. I'll ask they keep the existing URL. In the worst case, at least it goes to the KV home page.

Copy link
Member

@annelo-msft annelo-msft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AppConfig LGTM - thanks!

@heaths
Copy link
Member

heaths commented Jun 30, 2020

@mairaw we're about to GA Search. Is this PR ready, or should I make the same changes separately so we can get that in ASAP?

/cc @tf-msft

@mairaw
Copy link
Contributor Author

mairaw commented Jun 30, 2020

I think you were going to check with the owner if there was a better replacement there @heaths but the changes should be good as-is. This could be improved later on.

@heaths
Copy link
Member

heaths commented Jun 30, 2020

They are working to restore that link. I requested they use the same one. There's nothing else to which it could point, so I think this is fine to merge. Do you have permissions to do so, or would you like me to?

@mairaw
Copy link
Contributor Author

mairaw commented Jun 30, 2020

I don’t have permissions

@heaths heaths merged commit d1acb3d into Azure:master Jun 30, 2020
@heaths
Copy link
Member

heaths commented Jun 30, 2020

Thanks, @mairaw!

@mairaw mairaw deleted the see-href branch June 30, 2020 23:13
prmathur-microsoft pushed a commit that referenced this pull request Jul 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants