Skip to content

Commit

Permalink
Addressed PR feedback.
Browse files Browse the repository at this point in the history
Fixed up CONTRIBUTING.md links, changed unpkg to jsdelivr.
  • Loading branch information
mbalfour-amzn committed Oct 11, 2024
1 parent 5fca269 commit 938d2c3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ If you have a support plan with [AWS Support](https://aws.amazon.com/premiumsupp

## Contributing

We welcome community contributions and pull requests. See [CONTRIBUTING.md](https://github.com/aws-geospatial/amazon-location-mobile-auth-sdk-android/blob/master/CONTRIBUTING.md) for information on how to set up a development environment and submit code.
We welcome community contributions and pull requests. See [CONTRIBUTING](CONTRIBUTING.md) for information on how to set up a development environment and submit code.

## License

Expand Down
6 changes: 3 additions & 3 deletions javascript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ npm install @aws/polyline
You can also import the Javascript file for usage directly in the browser.

```html
<script src="https://www.unpkg.com/@aws/polyline/dist/polyline.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@aws/polyline/dist/polyline.min.js"></script>
```

## Usage
Expand Down Expand Up @@ -54,7 +54,7 @@ map.addLayer({

```html
<!-- Import the Polyline library -->
<script src="https://www.unpkg.com/@aws/polyline"></script>
<script src="https://cdn.jsdelivr.net/npm/@aws/polyline/dist/polyline.min.js"></script>
```

```javascript
Expand Down Expand Up @@ -182,7 +182,7 @@ If you have a support plan with [AWS Support](https://aws.amazon.com/premiumsupp

## Contributing

We welcome community contributions and pull requests. See [CONTRIBUTING.md](https://github.com/aws-geospatial/amazon-location-mobile-auth-sdk-android/blob/master/CONTRIBUTING.md) for information on how to set up a development environment and submit code.
We welcome community contributions and pull requests. See [CONTRIBUTING](CONTRIBUTING.md) for information on how to set up a development environment and submit code.

## License

Expand Down
2 changes: 1 addition & 1 deletion kotlin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ If you have a support plan with [AWS Support](https://aws.amazon.com/premiumsupp

## Contributing

We welcome community contributions and pull requests. See [CONTRIBUTING.md](https://github.com/aws-geospatial/amazon-location-mobile-auth-sdk-android/blob/master/CONTRIBUTING.md) for information on how to set up a development environment and submit code.
We welcome community contributions and pull requests. See [CONTRIBUTING](CONTRIBUTING.md) for information on how to set up a development environment and submit code.

## License

Expand Down
2 changes: 1 addition & 1 deletion swift/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ If you have a support plan with [AWS Support](https://aws.amazon.com/premiumsupp

## Contributing

We welcome community contributions and pull requests. See [CONTRIBUTING.md](https://github.com/aws-geospatial/amazon-location-mobile-auth-sdk-android/blob/master/CONTRIBUTING.md) for information on how to set up a development environment and submit code.
We welcome community contributions and pull requests. See [CONTRIBUTING](CONTRIBUTING.md) for information on how to set up a development environment and submit code.

## License

Expand Down

0 comments on commit 938d2c3

Please sign in to comment.