Skip to content

Commit a74a8df

Browse files
Making ReadMe/Doc sections more SEO Friendly
1 parent 66d264b commit a74a8df

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ We appreciate your continued support, thank you!
1616
# Table of Contents
1717

1818
* [Installation](#installation)
19-
* [Quick Start](#quick_start)
19+
* [Quick Start](#quick-start)
2020
* [Usage](#usage)
21-
* [Use Cases](#use_cases)
21+
* [Use Cases](#use-cases)
2222
* [Announcements](#announcements)
2323
* [Roadmap](#roadmap)
2424
* [How to Contribute](#contribute)
@@ -79,7 +79,7 @@ You can just drop the jar file in. It's a fat jar - it has all the dependencies
7979

8080
- [Java-HTTP-Client](https://github.com/sendgrid/java-http-client)
8181

82-
<a name="quick_start"></a>
82+
<a name="quick-start"></a>
8383
# Quick Start
8484

8585
## Hello Email
@@ -180,7 +180,7 @@ public class Example {
180180
- [v3 Web API Mail Send Helper](https://github.com/sendgrid/sendgrid-java/tree/master/src/main/java/com/sendgrid/helpers) - build a request object payload for a v3 /mail/send API call.
181181

182182

183-
<a name="use_cases"></a>
183+
<a name="use-cases"></a>
184184
# Use Cases
185185

186186
[Examples of common API use cases](https://github.com/sendgrid/sendgrid-java/blob/master/USE_CASES.md), such as how to send an email with a transactional template.
@@ -204,10 +204,10 @@ We encourage contribution to our libraries (you might even score some nifty swag
204204

205205
Quick links:
206206

207-
- [Feature Request](https://github.com/sendgrid/sendgrid-java/blob/master/CONTRIBUTING.md#feature_request)
208-
- [Bug Reports](https://github.com/sendgrid/sendgrid-java/blob/master/CONTRIBUTING.md#submit_a_bug_report)
207+
- [Feature Request](https://github.com/sendgrid/sendgrid-java/blob/master/CONTRIBUTING.md#feature-request)
208+
- [Bug Reports](https://github.com/sendgrid/sendgrid-java/blob/master/CONTRIBUTING.md#submit-a-bug-report)
209209
- [Sign the CLA to Create a Pull Request](https://github.com/sendgrid/sendgrid-java/blob/master/CONTRIBUTING.md#cla)
210-
- [Improvements to the Codebase](https://github.com/sendgrid/sendgrid-java/blob/master/CONTRIBUTING.md#improvements_to_the_codebase)
210+
- [Improvements to the Codebase](https://github.com/sendgrid/sendgrid-java/blob/master/CONTRIBUTING.md#improvements-to-the-codebase)
211211

212212
<a name="troubleshooting"></a>
213213
# Troubleshooting

0 commit comments

Comments
 (0)