diff --git a/CHANGELOG.md b/CHANGELOG.md index ccfc8a0..189a4b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -100,4 +100,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Support - Java 11+ required -- GitHub Issues: https://github.com/SandeepVattapparambil/lattesplash-java/issues +- GitHub Issues: https://github.com/Sandeepv68/lattesplash-java/issues diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2476b16..b339a9a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,7 +28,7 @@ This project and everyone participating in it is governed by our [Code of Conduc ``` 3. Add the upstream remote: ```sh - git remote add upstream https://github.com/SandeepVattapparambil/lattesplash-java.git + git remote add upstream https://github.com/Sandeepv68/lattesplash-java.git ``` 4. Create a feature branch: ```sh @@ -283,7 +283,7 @@ Any other information ### Where to Report -- GitHub Issues: https://github.com/SandeepVattapparambil/lattesplash-java/issues +- GitHub Issues: https://github.com/Sandeepv68/lattesplash-java/issues ## Requesting Features diff --git a/README.md b/README.md index 74bb870..985c0ab 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # LatteSplash v1.0.0 -[![license](https://img.shields.io/github/license/SandeepVattapparambil/lattesplash-java.svg)](https://github.com/SandeepVattapparambil/lattesplash-java/blob/main/LICENSE) ![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg) [![CI](https://github.com/SandeepVattapparambil/lattesplash-java/workflows/CI/badge.svg)](https://github.com/SandeepVattapparambil/lattesplash-java/actions?query=workflow%3ACI) ![GitHub issues](https://img.shields.io/github/issues/SandeepVattapparambil/lattesplash-java.svg) ![GitHub forks](https://img.shields.io/github/forks/SandeepVattapparambil/lattesplash-java.svg) ![GitHub stars](https://img.shields.io/github/stars/SandeepVattapparambil/lattesplash-java.svg) +[![license](https://img.shields.io/github/license/Sandeepv68/lattesplash-java.svg)](https://github.com/Sandeepv68/lattesplash-java/blob/main/LICENSE) ![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg) [![CI](https://github.com/Sandeepv68/lattesplash-java/workflows/CI/badge.svg)](https://github.com/Sandeepv68/lattesplash-java/actions?query=workflow%3ACI) ![GitHub issues](https://img.shields.io/github/issues/Sandeepv68/lattesplash-java.svg) ![GitHub forks](https://img.shields.io/github/forks/Sandeepv68/lattesplash-java.svg) ![GitHub stars](https://img.shields.io/github/stars/Sandeepv68/lattesplash-java.svg) LatteSplash is a production-ready, synchronous + asynchronous API wrapper for the popular [Unsplash](https://unsplash.com/) platform, written in **Java 11**. It is a faithful port of the [wrapsplash](https://github.com/SandeepVattapparambil/wrapsplash) npm module, supporting all original features with idiomatic Java conventions. diff --git a/pom.xml b/pom.xml index 12220e9..bfd2b26 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ LatteSplash Java API wrapper for the Unsplash platform - https://github.com/SandeepVattapparambil/lattesplash-java + https://github.com/Sandeepv68/lattesplash-java