Skip to content

Commit 8fed524

Browse files
authored
Replaced relative link with absolute links and remove locale (Azure#668)
1 parent 5ddeaab commit 8fed524

File tree

8 files changed

+25
-24
lines changed

8 files changed

+25
-24
lines changed

Diff for: README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Each service might have a number of libraries available from each of the followi
1717

1818
### Client: New Releases
1919

20-
New wave of packages that we are announcing as **GA** and several that are currently releasing in **beta**. These libraries follow the [Azure SDK Design Guidelines for C++](https://azure.github.io/azure-sdk/cpp_introduction.html) and share a number of core features such as HTTP retries, logging, transport protocols, authentication protocols, etc., so that once you learn how to use these features in one client library, you will know how to use them in other client libraries. You can learn about these shared features at [Azure::Core](sdk/core/azure-core/README.md).
20+
New wave of packages that we are announcing as **GA** and several that are currently releasing in **beta**. These libraries follow the [Azure SDK Design Guidelines for C++](https://azure.github.io/azure-sdk/cpp_introduction.html) and share a number of core features such as HTTP retries, logging, transport protocols, authentication protocols, etc., so that once you learn how to use these features in one client library, you will know how to use them in other client libraries. You can learn about these shared features at [Azure::Core](https://github.com/Azure/azure-sdk-for-cpp/blob/master/sdk/core/azure-core/README.md).
2121

2222
These new client libraries can be identified by the naming used for their folder, package, and namespace. Each will start with `azure`, followed by the service category, and then the name of the service. For example `azure-storage-blobs`.
2323

@@ -49,7 +49,7 @@ Format of the release tags are `<package-name>_<package-version>`. For more info
4949

5050
## Contributing
5151

52-
For details on contributing to this repository, see the [contributing guide](CONTRIBUTING.md).
52+
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-cpp/blob/master/CONTRIBUTING.md).
5353

5454
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, view [Microsoft's CLA](https://cla.microsoft.com).
5555

@@ -62,8 +62,8 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
6262
Many people all over the world have helped make this project better. You'll want to check out:
6363

6464
- [What are some good first issues for new contributors to the repo?](https://github.com/azure/azure-sdk-for-cpp/issues?q=is%3Aopen+is%3Aissue+label%3A%22up+for+grabs%22)
65-
- [How to build and test your change](CONTRIBUTING.md#developer-guide)
66-
- [How you can make a change happen!](CONTRIBUTING.md#pull-requests)
65+
- [How to build and test your change](https://github.com/Azure/azure-sdk-for-cpp/blob/master/CONTRIBUTING.md#developer-guide)
66+
- [How you can make a change happen!](https://github.com/Azure/azure-sdk-for-cpp/blob/master/CONTRIBUTING.md#pull-requests)
6767
- Frequently Asked Questions (FAQ) and Conceptual Topics in the detailed [Azure SDK for C++ wiki](https://github.com/azure/azure-sdk-for-cpp/wiki).
6868

6969
<!-- ### Community-->
@@ -73,7 +73,7 @@ Security issues and bugs should be reported privately, via email, to the Microso
7373

7474
### License
7575

76-
Azure SDK for C++ is licensed under the [MIT](LICENSE) license.
76+
Azure SDK for C++ is licensed under the [MIT](https://github.com/Azure/azure-sdk-for-cpp/blob/master/LICENSE) license.
7777

7878
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-cpp%2FREADME.png)
7979

Diff for: SECURITY.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/Microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet), [Xamarin](https://github.com/xamarin), and [our GitHub organizations](https://opensource.microsoft.com/).
66

7-
If you believe you have found a security vulnerability in any Microsoft-owned repository that meets Microsoft's [Microsoft's definition of a security vulnerability](https://docs.microsoft.com/en-us/previous-versions/tn-archive/cc751383(v=technet.10)) of a security vulnerability, please report it to us as described below.
7+
If you believe you have found a security vulnerability in any Microsoft-owned repository that meets Microsoft's [Microsoft's definition of a security vulnerability](https://docs.microsoft.com/previous-versions/tn-archive/cc751383(v=technet.10)) of a security vulnerability, please report it to us as described below.
88

99
## Reporting Security Issues
1010

1111
**Please do not report security vulnerabilities through public GitHub issues.**
1212

1313
Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://msrc.microsoft.com/create-report).
1414

15-
If you prefer to submit without logging in, send email to [[email protected]](mailto:[email protected]). If possible, encrypt your message with our PGP key; please download it from the the [Microsoft Security Response Center PGP Key page](https://www.microsoft.com/en-us/msrc/pgp-key-msrc).
15+
If you prefer to submit without logging in, send email to [[email protected]](mailto:[email protected]). If possible, encrypt your message with our PGP key; please download it from the the [Microsoft Security Response Center PGP Key page](https://www.microsoft.com/msrc/pgp-key-msrc).
1616

1717
You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://www.microsoft.com/msrc).
1818

@@ -36,6 +36,6 @@ We prefer all communications to be in English.
3636

3737
## Policy
3838

39-
Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://www.microsoft.com/en-us/msrc/cvd).
39+
Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://www.microsoft.com/msrc/cvd).
4040

4141
<!-- END MICROSOFT SECURITY.MD BLOCK -->

Diff for: eng/pipelines/templates/jobs/archetype-sdk-client.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ jobs:
102102
- template: /eng/common/pipelines/templates/steps/verify-links.yml
103103
parameters:
104104
Directory: sdk/${{ parameters.ServiceDirectory }}
105-
105+
CheckLinkGuidance: $true
106+
106107
- pwsh: |
107108
$setupFile="doxygen-1.8.18-setup.exe";
108109

Diff for: samples/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The Azure SDK repository is organized in the following folder structure, with th
1717
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;`/test`<br>
1818

1919
## Getting Started (a.k.a. `Hello World`) Samples
20-
Each package folder contains a package-specific `README.md` file. Most of these `README` files contain `Hello World` code samples illustrating basic usage of the the APIs contained in the package. For example, you can find `Hello World` samples for the `azure-storage-blobs` package [here](https://github.com/Azure/azure-sdk-for-c/blob/master/sdk/storage/README.md#code-samples).
20+
Each package folder contains a package-specific `README.md` file. Most of these `README` files contain `Hello World` code samples illustrating basic usage of the the APIs contained in the package. For example, you can find `Hello World` samples for the `azure-storage-blobs` package [here](https://github.com/Azure/azure-sdk-for-cpp/blob/master/sdk/storage/README.md#code-samples).
2121

2222
## Package Samples and How-To Guides
2323
Each package folder contains a subfolder called `/samples` with additional code samples. These samples can be either short programs contained in `*.c` files, or more complete how-to guides (code samples and some commentary) contained in `*.md` files. You can find shortcuts to main how-to guides in the [**How-To Guides List**](#how-to-guide-list) section below.

Diff for: sdk/core/azure-core/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Security issues and bugs should be reported privately, via email, to the Microso
5959

6060
### License
6161

62-
Azure SDK for C++ is licensed under the [MIT](LICENSE) license.
62+
Azure SDK for C++ is licensed under the [MIT](https://github.com/Azure/azure-sdk-for-cpp/blob/master/sdk/core/azure-core/LICENSE) license.
6363

6464
<!-- LINKS -->
6565
[azure_sdk_for_cpp_contributing]: https://github.com/Azure/azure-sdk-for-cpp/blob/master/CONTRIBUTING.md
@@ -73,4 +73,4 @@ Azure SDK for C++ is licensed under the [MIT](LICENSE) license.
7373
[azure_sub]: https://azure.microsoft.com/free/
7474
[c_compiler]: https://visualstudio.microsoft.com/vs/features/cplusplus/
7575
[cloud_shell]: https://docs.microsoft.com/azure/cloud-shell/overview
76-
[cloud_shell_bash]: https://shell.azure.com/bash
76+
[cloud_shell_bash]: https://shell.azure.com/bash

Diff for: sdk/core/performance-stress/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Security issues and bugs should be reported privately, via email, to the Microso
4343

4444
### License
4545

46-
Azure SDK for C++ is licensed under the [MIT](LICENSE) license.
46+
Azure SDK for C++ is licensed under the [MIT](https://github.com/Azure/azure-sdk-for-cpp/blob/master/sdk/core/performance-stress/LICENSE) license.
4747

4848
<!-- LINKS -->
4949
[azure_sdk_for_c_contributing]: https://github.com/Azure/azure-sdk-for-cpp/blob/master/CONTRIBUTING.md
@@ -56,4 +56,4 @@ Azure SDK for C++ is licensed under the [MIT](LICENSE) license.
5656
[azure_sub]: https://azure.microsoft.com/free/
5757
[c_compiler]: https://visualstudio.microsoft.com/vs/features/cplusplus/
5858
[cloud_shell]: https://docs.microsoft.com/azure/cloud-shell/overview
59-
[cloud_shell_bash]: https://shell.azure.com/bash
59+
[cloud_shell_bash]: https://shell.azure.com/bash

Diff for: sdk/storage/README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Azure Storage Client Library for C++
22

3-
The Azure Storage Client Library for C++ allows you to build applications against Microsoft Azure Storage. For an overview of Azure Storage, see [Introduction to Microsoft Azure Storage](https://docs.microsoft.com/en-us/azure/storage/common/storage-introduction).
3+
The Azure Storage Client Library for C++ allows you to build applications against Microsoft Azure Storage. For an overview of Azure Storage, see [Introduction to Microsoft Azure Storage](https://docs.microsoft.com/azure/storage/common/storage-introduction).
44

55
# Features
66

@@ -18,22 +18,22 @@ The Azure Storage Client Library for C++ allows you to build applications agains
1818

1919
# Getting started
2020

21-
For the best development experience, we recommend that developers use the [CMake projects in Visual Studio](https://docs.microsoft.com/en-us/cpp/build/cmake-projects-in-visual-studio?view=vs-2019) to view and build the source code together with its dependencies.
21+
For the best development experience, we recommend that developers use the [CMake projects in Visual Studio](https://docs.microsoft.com/cpp/build/cmake-projects-in-visual-studio?view=vs-2019) to view and build the source code together with its dependencies.
2222

2323
## Requirements
2424

25-
To call Azure services, you must first have an Azure subscription. Sign up for a [free trial](https://azure.microsoft.com/en-us/pricing/free-trial/) or use your [MSDN subscriber benefits](https://azure.microsoft.com/en-us/pricing/member-offers/msdn-benefits-details/).
25+
To call Azure services, you must first have an Azure subscription. Sign up for a [free trial](https://azure.microsoft.com/pricing/free-trial/) or use your [MSDN subscriber benefits](https://azure.microsoft.com/pricing/member-offers/msdn-benefits-details/).
2626

2727
## Need Help?
2828

29-
Be sure to check out the [Azure Storage Forum](https://social.msdn.microsoft.com/Forums/azure/en-US/home?forum=windowsazuredata) on MSDN if you need help, or use [StackOverflow](http://stackoverflow.com/questions/tagged/azure).
29+
Be sure to check out the [Azure Storage Forum](https://social.msdn.microsoft.com/Forums/azure/home?forum=windowsazuredata) on MSDN if you need help, or use [StackOverflow](http://stackoverflow.com/questions/tagged/azure).
3030

3131
## Collaborate & Contribute
3232

3333
We gladly accept community contributions.
3434

3535
- **Issues:** Report bugs on the [Issues page](https://github.com/Azure/azure-sdk-for-cpp/issues) in GitHub. Ideally, please add an "[Storage]" prefix to the title for easier categorizing.
36-
- **Forums:** Communicate with the Azure Storage development team on the [Azure Storage Forum](https://social.msdn.microsoft.com/Forums/azure/en-US/home?forum=windowsazuredata) or [StackOverflow](http://stackoverflow.com/questions/tagged/azure).
36+
- **Forums:** Communicate with the Azure Storage development team on the [Azure Storage Forum](https://social.msdn.microsoft.com/Forums/azure/home?forum=windowsazuredata) or [StackOverflow](http://stackoverflow.com/questions/tagged/azure).
3737
- **Source Code Contributions:** Please follow the [contribution guidelines for Azure open source](https://azure.github.io/azure-sdk/cpp_introduction.html) for instructions about contributing to the source project.
3838

3939
For general suggestions about Azure, use our [Azure feedback forum](http://feedback.azure.com/forums/34192--general-feedback).
@@ -114,6 +114,6 @@ TODO when ready.
114114
## Code Samples
115115

116116
To get started with the coding, please visit the following code samples:
117-
- [How to use Blob Storage from C++](azure-storage-blobs/sample/blob_getting_started.cpp)
118-
- [How to use DataLake Gen 2 Storage from C++](azure-storage-files-datalake/sample/datalake_getting_started.cpp)
119-
- [How to use File Storage from C++](azure-storage-files-shares/sample/file_share_getting_started.cpp)
117+
- [How to use Blob Storage from C++](https://github.com/Azure/azure-sdk-for-cpp/blob/master/sdk/storage/azure-storage-blobs/sample/blob_getting_started.cpp)
118+
- [How to use DataLake Gen 2 Storage from C++](https://github.com/Azure/azure-sdk-for-cpp/blob/master/sdk/storage/azure-storage-files-datalake/sample/datalake_getting_started.cpp)
119+
- [How to use File Storage from C++](https://github.com/Azure/azure-sdk-for-cpp/blob/master/sdk/storage/azure-storage-files-shares/sample/file_share_getting_started.cpp)

Diff for: sdk/template/azure-template/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Security issues and bugs should be reported privately, via email, to the Microso
5454

5555
### License
5656

57-
Azure SDK for C++ is licensed under the [MIT](LICENSE) license.
57+
Azure SDK for C++ is licensed under the [MIT](https://github.com/Azure/azure-sdk-for-cpp/blob/master/sdk/template/azure-template/LICENSE) license.
5858

5959
<!-- LINKS -->
6060
[azure_sdk_for_cpp_contributing]: https://github.com/Azure/azure-sdk-for-cpp/blob/master/CONTRIBUTING.md
@@ -67,4 +67,4 @@ Azure SDK for C++ is licensed under the [MIT](LICENSE) license.
6767
[azure_sub]: https://azure.microsoft.com/free/
6868
[c_compiler]: https://visualstudio.microsoft.com/vs/features/cplusplus/
6969
[cloud_shell]: https://docs.microsoft.com/azure/cloud-shell/overview
70-
[cloud_shell_bash]: https://shell.azure.com/bash
70+
[cloud_shell_bash]: https://shell.azure.com/bash

0 commit comments

Comments
 (0)