diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b71913d..5326287 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,7 +3,7 @@ Thank 🙏 you for your interest in contributing to this project! Please read th The following steps will give a short guide on how to contribute to this project: -- Create a personal [fork](https://github.com/ChrisKruegerDev/tmdb-api/fork) of the project on [GitHub](https://github.com/). +- Create a personal [fork](https://github.com/ChrisKruegerDev/tmdb-kotlin/fork) of the project on [GitHub](https://github.com/). - Clone the fork on your local machine. Your remote repo on [GitHub](https://github.com/) is called `origin`. - Add the original repository as a remote called `upstream`. - If you created your fork a while ago be sure to pull upstream changes into your local repository. diff --git a/README.md b/README.md index c2314ce..4195651 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,12 @@ ***Get movies and TV shows from the largest community database.*** [![Maven Central](https://img.shields.io/maven-central/v/app.moviebase/tmdb-api?label=Maven%20Central)](https://search.maven.org/artifact/app.moviebase/tmdb-api) -![Github Actions](https://github.com/ChrisKruegerDev/tmdb-api/actions/workflows/build.yml/badge.svg) -[![Issues](https://img.shields.io/github/issues/ChrisKruegerDev/tmdb-api)](https://github.com/ChrisKruegerDev/tmdb-api/issues) +![Github Actions](https://github.com/ChrisKruegerDev/tmdb-kotlin/actions/workflows/build.yml/badge.svg) +[![Issues](https://img.shields.io/github/issues/ChrisKruegerDev/tmdb-kotlin)](https://github.com/ChrisKruegerDev/tmdb-api/issues) [![Kotlin](https://img.shields.io/badge/kotlin-2.0.21-blue.svg?logo=kotlin)](http://kotlinlang.org) [![Gradle](https://img.shields.io/badge/Gradle-8-green?style=flat)](https://gradle.org) [![GitHub License](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](http://www.apache.org/licenses/LICENSE-2.0) -[![GitHub Account](https://img.shields.io/static/v1?label=GitHub&message=chrisnkrueger&color=C51162)](https://github.com/chrisnkrueger) +[![GitHub Account](https://img.shields.io/static/v1?label=GitHub&message=ChrisKruegerDev&color=C51162)](https://github.com/ChrisKruegerDev)
@@ -210,7 +210,7 @@ val vimeoTmdbVideo = TmdbVideo(id = "123", key = "qwerasdf", site = TmdbVideoSit val url = TmdbImageUrlBuilder.build(vimeoTmdbVideo) // It will return `https://vimeo.com/qwerasdf` ``` ## Contributing 🤝 -Please feel free to [open an issue](https://github.com/ChrisKruegerDev/tmdb-api/issues/new/choose) if you have any questions or suggestions. Or participate in the [discussion](https://github.com/ChrisKruegerDev/tmdb-api/discussions). If you want to contribute, please read the [contribution guidelines](https://github.com/ChrisKruegerDev/tmdb-api/blob/main/CONTRIBUTING.md) for more information. +Please feel free to [open an issue](https://github.com/ChrisKruegerDev/tmdb-kotlin/issues/new/choose) if you have any questions or suggestions. Or participate in the [discussion](https://github.com/ChrisKruegerDev/tmdb-kotlin/discussions). If you want to contribute, please read the [contribution guidelines](https://github.com/ChrisKruegerDev/tmdb-kotlin/blob/main/CONTRIBUTING.md) for more information.