From 8e006f35b867f51ac3c558fbc128b66609bfe48c Mon Sep 17 00:00:00 2001 From: Peter Leibiger Date: Thu, 6 Apr 2023 11:33:26 +0200 Subject: [PATCH] Migrate links in README, pubspec to Maplibre --- CONTRIBUTING.md | 6 +++--- README.md | 20 ++++++++++---------- maplibre_gl_platform_interface/README.md | 2 +- maplibre_gl_platform_interface/pubspec.yaml | 2 +- maplibre_gl_web/README.md | 2 +- maplibre_gl_web/pubspec.yaml | 4 ++-- pubspec.yaml | 6 +++--- 7 files changed, 21 insertions(+), 21 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d8899f8ad..a64c23dfa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,9 +2,9 @@ We welcome contributions to this repository. Please follow these steps if you're interested in making contributions: -1. Please familiarize yourself with the [process of running the example app](https://github.com/m0nac0/flutter-maplibre-gl#running-the-example-app). -2. Ensure that existing [pull requests](https://github.com/m0nac0/flutter-maplibre-gl/pulls) and [issues](https://github.com/m0nac0/flutter-maplibre-gl/issues) don’t already cover your contribution or question. +1. Please familiarize yourself with the [process of running the example app](https://github.com/maplibre/flutter-maplibre-gl#running-the-example-app). +2. Ensure that existing [pull requests](https://github.com/maplibre/flutter-maplibre-gl/pulls) and [issues](https://github.com/maplibre/flutter-maplibre-gl/issues) don’t already cover your contribution or question. 3. Create a new branch that will contain your contributed code. Along with your contribution you should also adapt the example app to showcase any new features or APIs you have developed. This also makes testing your contribution much easier. Eventually create a pull request once you're done making changes. -4. If there are any changes that developers should be aware of, please update the [changelog](https://github.com/m0nac0/flutter-maplibre-gl/blob/master/CHANGELOG.md) once your pull request has been merged to the `master` branch. +4. If there are any changes that developers should be aware of, please update the [changelog](https://github.com/maplibre/flutter-maplibre-gl/blob/master/CHANGELOG.md) once your pull request has been merged to the `master` branch. diff --git a/README.md b/README.md index 45be70833..c8521506b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Flutter Maplibre GL -[![Flutter CI](https://github.com/m0nac0/flutter-maplibre-gl/actions/workflows/flutter_ci.yml/badge.svg)](https://github.com/m0nac0/flutter-maplibre-gl/actions/workflows/flutter_ci.yml) -[![Generate docs](https://github.com/m0nac0/flutter-maplibre-gl/actions/workflows/generate_docs.yml/badge.svg)](https://github.com/m0nac0/flutter-maplibre-gl/actions/workflows/generate_docs.yml) +[![Flutter CI](https://github.com/maplibre/flutter-maplibre-gl/actions/workflows/flutter_ci.yml/badge.svg)](https://github.com/maplibre/flutter-maplibre-gl/actions/workflows/flutter_ci.yml) +[![Generate docs](https://github.com/maplibre/flutter-maplibre-gl/actions/workflows/generate_docs.yml/badge.svg)](https://github.com/maplibre/flutter-maplibre-gl/actions/workflows/generate_docs.yml) > ``⚠️`` Current notice: the repository has been transferred to the @maplibre organization. You shouldn't see any negative effects, as GitHub automatically redirects references from the old URL to the new URL. Please see [#221](https://github.com/maplibre/flutter-maplibre-gl/issues/221) for more information. @@ -24,11 +24,11 @@ dependencies: ... maplibre_gl: git: - url: https://github.com/m0nac0/flutter-maplibre-gl.git + url: https://github.com/maplibre/flutter-maplibre-gl.git ref: main ``` This will get you the very latest changes from the main branch. -You can replace `main` with the name of the [latest release](https://github.com/m0nac0/flutter-maplibre-gl/releases) +You can replace `main` with the name of the [latest release](https://github.com/maplibre/flutter-maplibre-gl/releases) to get a more stable version. @@ -39,12 +39,12 @@ Compared to flutter-mapbox-gl, the only breaking API changes are: ### Documentation -Documentation is available on the docs branch in the doc/api folder and automatically updated on each push to the main branch. You can easily preview the [documentation / API reference here.](https://htmlpreview.github.io/?https://github.com/m0nac0/flutter-maplibre-gl/blob/docs/doc/api/index.html) +Documentation is available on the docs branch in the doc/api folder and automatically updated on each push to the main branch. You can easily preview the [documentation / API reference here.](https://htmlpreview.github.io/?https://github.com/maplibre/flutter-maplibre-gl/blob/docs/doc/api/index.html) Please visit [https://github.com/maplibre/maplibre-gl-js](https://github.com/maplibre/maplibre-gl-js) and [https://github.com/maplibre/maplibre-gl-native](https://github.com/maplibre/maplibre-gl-native) for more information about the Maplibre libraries. ### iOS -To use this plugin with iOS, you need to add the source repository and 2 additional pods to your Podfile, as shown in the example app: https://github.com/m0nac0/flutter-maplibre-gl/blob/main/example/ios/Podfile +To use this plugin with iOS, you need to add the source repository and 2 additional pods to your Podfile, as shown in the example app: https://github.com/maplibre/flutter-maplibre-gl/blob/main/example/ios/Podfile ```ruby source 'https://cdn.cocoapods.org/' @@ -119,10 +119,10 @@ A possible explanation could be: "Shows your location on the map". ## Getting Help -- **Need help with your code?**: Check the [discussions](https://github.com/m0nac0/flutter-maplibre-gl/discussions) on this repo or open a new one. +- **Need help with your code?**: Check the [discussions](https://github.com/maplibre/flutter-maplibre-gl/discussions) on this repo or open a new one. Or look for previous questions on the [#maplibre tag](https://stackoverflow.com/questions/tagged/maplibre) — or [ask a new question](https://stackoverflow.com/questions/tagged/maplibre). -- **Have a bug to report?** [Open an issue](https://github.com/m0nac0/flutter-maplibre-gl/issues/new). If possible, include a full log and information which shows the issue. -- **Have a feature request?** [Open an issue](https://github.com/m0nac0/flutter-maplibre-gl/issues/new). Tell us what the feature should do and why you want the feature. +- **Have a bug to report?** [Open an issue](https://github.com/maplibre/flutter-maplibre-gl/issues/new). If possible, include a full log and information which shows the issue. +- **Have a feature request?** [Open an issue](https://github.com/maplibre/flutter-maplibre-gl/issues/new). Tell us what the feature should do and why you want the feature. ## Running in GitHub Codespaces When you open this project in GitHub Codespaces, you can run the example app on web with the command `flutter run -d web-server --web-hostname=0.0.0.0` @@ -174,4 +174,4 @@ Note : iOS will display the error : `NSPredicate: Use of 'mgl_does:have:' as an ## Contributing -[Feedback](https://github.com/m0nac0/flutter-maplibre-gl/issues) and contributions are very welcome! +[Feedback](https://github.com/maplibre/flutter-maplibre-gl/issues) and contributions are very welcome! diff --git a/maplibre_gl_platform_interface/README.md b/maplibre_gl_platform_interface/README.md index 6c9026955..91df2eb2f 100644 --- a/maplibre_gl_platform_interface/README.md +++ b/maplibre_gl_platform_interface/README.md @@ -1 +1 @@ -Contains the web platform implementation for the [Flutter Maplibre GL plugin](https://github.com/m0nac0/flutter-maplibre-gl). \ No newline at end of file +Contains the web platform implementation for the [Flutter Maplibre GL plugin](https://github.com/maplibre/flutter-maplibre-gl). \ No newline at end of file diff --git a/maplibre_gl_platform_interface/pubspec.yaml b/maplibre_gl_platform_interface/pubspec.yaml index ed3352f28..6385a1ca5 100644 --- a/maplibre_gl_platform_interface/pubspec.yaml +++ b/maplibre_gl_platform_interface/pubspec.yaml @@ -1,7 +1,7 @@ name: maplibre_gl_platform_interface description: A common platform interface for the maplibre_gl plugin. version: 0.16.0 -homepage: https://github.com/m0nac0/flutter-maplibre-gl +homepage: https://github.com/maplibre/flutter-maplibre-gl dependencies: flutter: diff --git a/maplibre_gl_web/README.md b/maplibre_gl_web/README.md index eef41a039..9b5b7e76f 100644 --- a/maplibre_gl_web/README.md +++ b/maplibre_gl_web/README.md @@ -1 +1 @@ -Contains the web interfaces for the [Flutter Maplibre GL plugin](https://github.com/m0nac0/flutter-maplibre-gl). \ No newline at end of file +Contains the web interfaces for the [Flutter Maplibre GL plugin](https://github.com/maplibre/flutter-maplibre-gl). \ No newline at end of file diff --git a/maplibre_gl_web/pubspec.yaml b/maplibre_gl_web/pubspec.yaml index e345295bf..38003b03c 100644 --- a/maplibre_gl_web/pubspec.yaml +++ b/maplibre_gl_web/pubspec.yaml @@ -1,7 +1,7 @@ name: maplibre_gl_web description: Web platform implementation of maplibre_gl version: 0.16.0 -homepage: https://github.com/m0nac0/flutter-maplibre-gl +homepage: https://github.com/maplibre/flutter-maplibre-gl flutter: plugin: @@ -18,7 +18,7 @@ dependencies: meta: ^1.3.0 maplibre_gl_platform_interface: git: - url: https://github.com/m0nac0/flutter-maplibre-gl.git + url: https://github.com/maplibre/flutter-maplibre-gl.git path: maplibre_gl_platform_interface ref: main maplibre_gl_dart: diff --git a/pubspec.yaml b/pubspec.yaml index 267da02f4..8a3e6a1aa 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,19 +1,19 @@ name: maplibre_gl description: A Flutter plugin for integrating Maplibre Maps inside a Flutter application on Android, iOS and web platforms. version: 0.16.0 -homepage: https://github.com/m0nac0/flutter-maplibre-gl +homepage: https://github.com/maplibre/flutter-maplibre-gl dependencies: flutter: sdk: flutter maplibre_gl_platform_interface: git: - url: https://github.com/m0nac0/flutter-maplibre-gl.git + url: https://github.com/maplibre/flutter-maplibre-gl.git path: maplibre_gl_platform_interface ref: main maplibre_gl_web: git: - url: https://github.com/m0nac0/flutter-maplibre-gl.git + url: https://github.com/maplibre/flutter-maplibre-gl.git path: maplibre_gl_web ref: main