Skip to content

Commit

Permalink
docs: README.md: update for new repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
grokify committed Dec 9, 2024
1 parent 89cba26 commit b90b824
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
<br />
<a href="https://saviynt.github.io/developer-portal/">Developer Portal</a>
·
<a href="https://github.com/saviynt/developer-portal/issues/new?labels=bug&template=bug-report---.md">Report Bug</a>
<a href="https://github.com/saviynt/saviynt-developer-portal/issues/new?labels=bug&template=bug-report---.md">Report Bug</a>
·
<a href="https://github.com/saviynt/developer-portal/issues/new?labels=enhancement&template=feature-request---.md">Request Feature</a>
<a href="https://github.com/saviynt/saviynt-developer-portal/issues/new?labels=enhancement&template=feature-request---.md">Request Feature</a>
</p>
</div>

Expand All @@ -53,7 +53,7 @@ To get a local copy up and running follow these simple example steps.
The following installs the developer portal and dependencies. `yarn install` creates the `yarn.lock` file which is necesary for the GitHub build pipline.

```
% git clone https://github.com/saviynt/developer-portal
% git clone https://github.com/saviynt/saviynt-developer-portal
% cd developer-portal
% yarn install
```
Expand All @@ -80,24 +80,24 @@ See [`CONTRIBUTING.md`](CONTRIBUTING.md).

Much thanks to:

1. [Our contributors](https://github.com/saviynt/developer-portal/graphs/contributors)
1. [Our contributors](https://github.com/saviynt/saviynt-developer-portal/graphs/contributors)
1. [Docusaurus](https://github.com/facebook/docusaurus)
1. [Docusaurus OpenAPI Doc Generator](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs)

<p align="right">(<a href="#readme-top">back to top</a>)</p>

<!-- MARKDOWN LINKS & IMAGES -->
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
[contributors-shield]: https://img.shields.io/github/contributors/saviynt/developer-portal.svg?style=for-the-badge
[contributors-url]: https://github.com/saviynt/developer-portal/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/saviynt/developer-portal.svg?style=for-the-badge
[forks-url]: https://github.com/saviynt/developer-portal/network/members
[stars-shield]: https://img.shields.io/github/stars/saviynt/developer-portal.svg?style=for-the-badge
[stars-url]: https://github.com/saviynt/developer-portal/stargazers
[issues-shield]: https://img.shields.io/github/issues/saviynt/developer-portal.svg?style=for-the-badge
[issues-url]: https://github.com/saviynt/developer-portal/issues
[license-shield]: https://img.shields.io/github/license/saviynt/developer-portal.svg?style=for-the-badge
[license-url]: https://github.com/saviynt/developer-portal/blob/master/LICENSE.txt
[contributors-shield]: https://img.shields.io/github/contributors/saviynt/saviynt-developer-portal.svg?style=for-the-badge
[contributors-url]: https://github.com/saviynt/saviynt-developer-portal/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/saviynt/saviynt-developer-portal.svg?style=for-the-badge
[forks-url]: https://github.com/saviynt/saviynt-developer-portal/network/members
[stars-shield]: https://img.shields.io/github/stars/saviynt/saviynt-developer-portal.svg?style=for-the-badge
[stars-url]: https://github.com/saviynt/saviynt-developer-portal/stargazers
[issues-shield]: https://img.shields.io/github/issues/saviynt/saviynt-developer-portal.svg?style=for-the-badge
[issues-url]: https://github.com/saviynt/saviynt-developer-portal/issues
[license-shield]: https://img.shields.io/github/license/saviynt/saviynt-developer-portal.svg?style=for-the-badge
[license-url]: https://github.com/saviynt/saviynt-developer-portal/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/linkedin_username
[product-screenshot]: images/screenshot.png

0 comments on commit b90b824

Please sign in to comment.