Skip to content

Commit 723304f

Browse files
fix: broken documentation links
Replace 21 broken enappd.com, packtpub.com, and ionicthemes.com URLs with working alternatives Remove 5 obsolete entries with no available alternatives Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
1 parent 2f6419c commit 723304f

File tree

1 file changed

+19
-27
lines changed

1 file changed

+19
-27
lines changed

README.md

Lines changed: 19 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Ionic is an open-source mobile application framework that makes it easy to build
5353
- [Author](#author)
5454

5555
## Current Ionic version
56-
[![npm version](https://badge.fury.io/js/@ionic%2Fangular.svg)](https://badge.fury.io/js/@ionic%2Fangular)
56+
[![npm version](https://img.shields.io/npm/v/@ionic/angular)](https://www.npmjs.com/package/@ionic/angular)
5757

5858

5959
## Official Resources
@@ -77,22 +77,22 @@ Ionic is an open-source mobile application framework that makes it easy to build
7777
- [How to Create a Data Model in Ionic](http://www.joshmorony.com/how-to-create-a-data-model-in-ionic-2/)
7878
- [Ionic and External Libraries](http://mhartington.io/post/ionic2-external-libraries/)
7979
- [Understanding Zones and Change Detection in Ionic & Angular 2](http://www.joshmorony.com/understanding-zones-and-change-detection-in-ionic-2-angular-2/)
80-
- [Understanding Ionic: Pipe](http://mcgivery.com/understanding-ionic-2-pipe/)
80+
- [Custom Pipes in Ionic](https://www.joshmorony.com/custom-pipes-in-ionic-2/)
8181
- [How to Manipulate Data in Ionic: Part 1](http://www.joshmorony.com/how-to-manipulate-data-in-ionic-2-part-1/)
8282
- [How to Manipulate Data in Ionic: Part 2](http://www.joshmorony.com/how-to-manipulate-data-in-ionic-2-part-2/)
8383
- [Filtering, Mapping, and Reducing Arrays in Ionic](https://www.youtube.com/watch?v=A-4CLa05tp0)
84-
- [Build a basic mobile app with Ionic 4](https://enappd.com/blog/how-to-create-an-ionic-4-app-for-beginners/13)
84+
- [Your First Ionic App: Angular](https://ionicframework.com/docs/angular/your-first-app)
8585
- [Read SMS in Ionic 4 apps](https://enappd.com/blog/automatically-read-sms-in-ionic-4-apps/42)
86-
- [Geolocation, geocoding and reverse geocoding in Ionic 4](https://enappd.com/blog/using-geolocation-geocoding-and-reverse-geocoding-in-ionic-4/45)
87-
- [RTL (right-to-left) layout in Ionic 4 apps](https://enappd.com/blog/rtl-right-to-left-use-in-ionic-4/50)
88-
- [Push notifications in Ionic 4 apps](https://enappd.com/blog/implement-ionic-4-firebase-push/34)
86+
- [Geolocation with Capacitor](https://capacitorjs.com/docs/apis/geolocation)
87+
88+
- [Push Notifications with Firebase in Ionic](https://capacitorjs.com/docs/guides/push-notifications-firebase)
8989
- [Google Vision in Ionic 4 apps](https://enappd.com/blog/implement-google-vision-in-ionic-4/43)
9090
- [Add headless ButterCMS to your Ionic App by Mike Hartington](https://buttercms.com/blog/integrating-buttercms-with-ionic)
9191

9292

9393
## Theming
9494
- [A Guide to Styling an Ionic Application](http://www.joshmorony.com/a-guide-to-styling-an-ionic-2-application/)
95-
- [Best practice when adding FontAwesome to an ionic2 app](http://luiscabrera.site/tech/2017/01/09/fontawesome-in-ionic2.html)
95+
9696
- [A List of Common CSS Utility Attributes in Ionic](http://www.joshmorony.com/a-list-of-common-css-utility-attributes-in-ionic-2/)
9797
- [5 Animation Packages You Can Immediately Use Inside Your Ionic App](https://devdactic.com/5-animation-packages-ionic/)
9898

@@ -106,10 +106,10 @@ Ionic is an open-source mobile application framework that makes it easy to build
106106

107107
## Authentication
108108
- [Twitter Login in Ionic 4 App using Firebase](https://enappd.com/blog/twitter-login-in-ionic-4-apps-using-firebase/24)
109-
- [Facebook Login in Ionic 4 App using Firebase](https://enappd.com/blog/facebook-login-in-ionic-4-apps-using-firebase/25)
109+
- [Facebook Login in Ionic with Firebase](https://www.joshmorony.com/native-web-facebook-authentication-with-firebase-in-ionic/)
110110
- [Google Login in Ionic 4 App using Firebase](https://enappd.com/blog/google-login-in-ionic-4-apps-using-firebase/39)
111-
- [Anonymous Login in Ionic 4 App using Firebase](https://enappd.com/blog/firebase-anonymous-login-in-ionic-4/37)
112-
- [Basic Email Login in Ionic 4 App using Firebase](https://enappd.com/blog/email-authentication-with-firebase-in-ionic-4/38)
111+
- [Firebase Anonymous Authentication](https://firebase.google.com/docs/auth/web/anonymous-auth)
112+
- [Firebase Email/Password Authentication](https://firebase.google.com/docs/auth/web/password-auth)
113113
- [Add Touch ID Authentication To An Ionic Mobile App](https://www.thepolyglotdeveloper.com/2016/03/add-touch-id-authentication-ionic-2-mobile-app/)
114114
- [Using An Oauth 2.0 Service Within An Ionic Mobile App](https://www.thepolyglotdeveloper.com/2016/01/using-an-oauth-2-0-service-within-an-ionic-2-mobile-app/)
115115
- [Ionic and Auth0](http://blog.ionic.io/ionic-2-and-auth0/)
@@ -132,15 +132,15 @@ Ionic is an open-source mobile application framework that makes it easy to build
132132
- [Add Barcode Scanning Functionality To Your Ionic App](https://www.thepolyglotdeveloper.com/2016/02/add-barcode-scanning-functionality-to-your-ionic-2-app/)
133133
- [Use Google Analytics In An Ionic Android And iOS App](https://www.thepolyglotdeveloper.com/2016/03/use-google-analytics-in-an-ionic-2-android-and-ios-app/)
134134
- [Share Things On Social Media Via An Ionic Mobile App](https://www.thepolyglotdeveloper.com/2016/02/share-things-on-social-media-via-an-ionic-2-mobile-app/)
135-
- [How To Use PouchDB + SQLite For Local Storage In Ionic](http://gonehybrid.com/how-to-use-pouchdb-sqlite-for-local-storage-in-ionic-2/)
135+
136136
- [Adding Background Geolocation to an Ionic Application](http://www.joshmorony.com/adding-background-geolocation-to-an-ionic-2-application/)
137137
- [Getting Familiar with Local Notifications in Ionic](http://www.joshmorony.com/getting-familiar-with-local-notifications-in-ionic-2/)
138138
- [Create a Nearby Places List with Google Maps in Ionic – Part 1](http://www.joshmorony.com/create-a-nearby-places-list-with-google-maps-in-ionic-2-part-1/)
139139
- [Create a Nearby Places List with Google Maps in Ionic – Part 2](http://www.joshmorony.com/create-a-nearby-places-list-with-google-maps-in-ionic-2-part-2/)
140140

141141
## Payment Gateway Integrations
142-
- [Ionic 4 Stripe Payment Integration](https://enappd.com/blog/ionic-4-stripe-payment-integration-with-firebase-for-apps-and-pwa/17)
143-
- [Ionic 4 PayPal Payment Integration](https://enappd.com/blog/ionic-4-paypal-payment-integration-for-apps-and-pwa/16)
142+
- [Stripe Payment Integration in Ionic](https://medium.com/enappd/integrating-stripe-payment-in-ionic-4-for-apps-and-pwa-de05142c523e)
143+
- [PayPal Integration in Ionic](https://enappd.com/blog/paypal-integration-in-ionic-apps-and-pwa/142/)
144144
- [Ionic 4 Apple Pay Payment Integration](https://enappd.com/blog/how-to-integrate-apple-pay-in-ionic-4-apps/21)
145145
- [Ionic 4 Razorpay Payment Integration](https://enappd.com/blog/how-to-integrate-razorpay-in-ionic-4-apps-and-pwa/20)
146146

@@ -151,7 +151,7 @@ Ionic is an open-source mobile application framework that makes it easy to build
151151
- [Make HTTP Requests In An Ionic Android And iOS App](https://www.thepolyglotdeveloper.com/2016/01/make-http-requests-in-an-ionic-2-android-and-ios-app/)
152152

153153
## i18n & l10n
154-
- [Internationalize and Localize Your Ionic 4 App](https://enappd.com/blog/how-to-translate-in-ionic-4-globalization-internationalization-and-localization/11)
154+
- [Localizing Ionic Apps with ngx-translate](https://phrase.com/blog/posts/localizing-ionic-applications-with-ngx-translate)
155155
- [attranslate](https://github.com/fkirc/attranslate) - Semi-automated translation of JSON and other resource files.
156156

157157
## Tools
@@ -168,13 +168,11 @@ Ionic is an open-source mobile application framework that makes it easy to build
168168

169169
## Books
170170
- [Building Mobile Apps with Ionic](https://www.joshmorony.com/building-mobile-apps-with-ionic-2/)
171-
- [Ionic Blueprints](https://www.packtpub.com/web-development/ionic-2-blueprints)
172-
- [Hybrid Mobile Development with Ionic](https://www.packtpub.com/application-development/hybrid-mobile-development-ionic)
171+
172+
173173

174174
## Boilerplate/Demo Apps
175-
- [Ionic 4 Full Starter App and PWA](https://ionicthemes.com/product/ionic4-full-starter-app)
176-
- [Ionic 3 Starter App Template](https://ionicthemes.com/product/ion2fullapp-full-ionic2-app-template-elite-version)
177-
- [Ion2FullApp - Ionic 3 Template](https://ionicthemes.com/templates/ion2fullapp-full-ionic2-app-template)
175+
- [Ionic Official Starter Templates](https://github.com/ionic-team/starters)
178176
- [Ionic Boilerplate](https://github.com/marcoturi/ionic-boilerplate)
179177
- [Cordova File Transfer](https://github.com/dsgriffin/ionic-2-file-transfer-example)
180178
- [Update your App](https://github.com/NextFaze/ionic-manup)
@@ -194,11 +192,7 @@ Ionic is an open-source mobile application framework that makes it easy to build
194192
- [Ionic 5 Tinder Starter](https://store.enappd.com/product/dating-app-starter-ionic4-tinder-clone/)
195193
- [Ionic 5 Spotify Starter](https://store.enappd.com/product/ionic-4-spotify-app-starter/)
196194
- [Ionic 5 Food Delivery App Starter](https://store.enappd.com/product/ionic-4-food-ordering-app-starter/)
197-
- [Ionic 5 Carpooling App Starter](https://store.enappd.com/product/carpool-app-starter/)
198-
- [Ionic 5 Google Vision Starter](https://store.enappd.com/product/ionic-4-google-vision-starter/)
199-
- [Ionic 5 Firebase Full App Starter](https://store.enappd.com/product/ionic-4-firebase-full-app-starter/)
200-
- [Ionic 6 vue Firebase Full App Starter](https://store.enappd.com/product/ionic-vue-firebase-full-app/)
201-
- [Ionic 6 React Full App Starter](https://store.enappd.com/product/ionic-react-full-app-capacitor/)
195+
202196
- [Ionic 6 Capacitor Full App Starter](https://store.enappd.com/product/capacitor-full-app-with-ionic-angular/)
203197

204198
## Components
@@ -261,7 +255,7 @@ Ionic is an open-source mobile application framework that makes it easy to build
261255
### Charts/Diagram
262256
- [Charts](https://github.com/valor-software/ng2-charts)
263257
- [D3 Service](https://github.com/tomwanzek/d3-ng2-service)
264-
- [D3 Barchart](https://github.com/keathmilligan/angular2-d3-v4)
258+
- [D3 Angular Examples](https://github.com/datencia/d3js-angular-examples)
265259
- [D3 Line/Bar/Pie Charts](https://github.com/datencia/d3js-angular2-example)
266260

267261
### Video/Audio
@@ -304,8 +298,6 @@ Ionic is an open-source mobile application framework that makes it easy to build
304298
- [Ionic 4 Twitter login with Firebase](https://github.com/enappd/Ionic-4-Twitter-auth)
305299
- [Ionic 4 Facebook login with Firebase](https://github.com/enappd/ionic4-facebookAuth)
306300
- [Translation in Ionic 4 - Internationalization and localization](https://github.com/enappd/ionic4-i18n)
307-
- [Ionic 4 Free chat themes](https://store.enappd.com/product/free-chat-themes-ionic4/)
308-
309301
## Contribute
310302
Contributions welcome! Read the [contribution guidelines](CONTRIBUTING.md) first.
311303

0 commit comments

Comments
 (0)