Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes documentation links to reflect new username #185

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

**Latest Stable Library Version: 0.9.0 (Supports Compose 1.2.1)**

### [See Releases and Changelog](https://github.com/vanpra/compose-material-dialogs/blob/main/CHANGELOG.md)
### [See Releases and Changelog](https://github.com/PranavMaganti/compose-material-dialogs/blob/main/CHANGELOG.md)

## Core

#### [Core Documentation](https://vanpra.github.io/compose-material-dialogs/Core)
#### [Core Documentation](https://PranavMaganti.github.io/compose-material-dialogs/Core)

![](https://raw.githubusercontent.com/vanpra/compose-material-dialogs/main/imgs/full_core.png)
![](https://raw.githubusercontent.com/PranavMaganti/compose-material-dialogs/main/imgs/full_core.png)

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.vanpra.compose-material-dialogs/core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.github.vanpra.compose-material-dialogs/core)

Expand All @@ -26,9 +26,9 @@ dependencies {

## Date and Time Picker

#### [Date and Time Picker Documentation](https://vanpra.github.io/compose-material-dialogs/DateTimePicker)
#### [Date and Time Picker Documentation](https://PranavMaganti.github.io/compose-material-dialogs/DateTimePicker)

![](https://raw.githubusercontent.com/vanpra/compose-material-dialogs/main/imgs/date_and_time.png)
![](https://raw.githubusercontent.com/PranavMaganti/compose-material-dialogs/main/imgs/date_and_time.png)

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.vanpra.compose-material-dialogs/datetime/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.github.vanpra.compose-material-dialogs/datetime)

Expand All @@ -42,9 +42,9 @@ dependencies {

## Color Picker

#### [Color Picker Documentation](https://vanpra.github.io/compose-material-dialogs/ColorPicker)
#### [Color Picker Documentation](https://PranavMaganti.github.io/compose-material-dialogs/ColorPicker)

![](https://raw.githubusercontent.com/vanpra/compose-material-dialogs/main/imgs/color_picker.png)
![](https://raw.githubusercontent.com/PranavMaganti/compose-material-dialogs/main/imgs/color_picker.png)

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.vanpra.compose-material-dialogs/color/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.github.vanpra.compose-material-dialogs/color)

Expand All @@ -58,7 +58,7 @@ dependencies {

## For Developers

If you would like to help by contributing to the library have a look at our [Contribution Guide](https://github.com/vanpra/compose-material-dialogs/blob/main/CONTRIBUTING.md) to get started
If you would like to help by contributing to the library have a look at our [Contribution Guide](https://github.com/PranavMaganti/compose-material-dialogs/blob/main/CONTRIBUTING.md) to get started

## Credits

Expand Down
Loading