diff --git a/docs/OBJC_STYLE.md b/docs/OBJC_STYLE.md index 42c5d39aae..33b97464c1 100644 --- a/docs/OBJC_STYLE.md +++ b/docs/OBJC_STYLE.md @@ -347,7 +347,7 @@ More information on instancetype can be found on [NSHipster.com](http://nshipste ## CGRect Functions -When accessing the `x`, `y`, `width`, or `height` of a `CGRect`, always use the [`CGGeometry` functions](http://developer.apple.com/library/ios/#documentation/graphicsimaging/reference/CGGeometry/Reference/reference.html) instead of direct struct member access. From Apple's `CGGeometry` reference: +When accessing the `x`, `y`, `width`, or `height` of a `CGRect`, always use the [`CGGeometry` functions](https://developer.apple.com/documentation/coregraphics/cggeometry) instead of direct struct member access. From Apple's `CGGeometry` reference: > All functions described in this reference that take CGRect data structures as inputs implicitly standardize those rectangles before calculating their results. For this reason, your applications should avoid directly reading and writing the data stored in the CGRect data structure. Instead, use the functions described here to manipulate rectangles and to retrieve their characteristics. diff --git a/docs/RELEASE_MANAGEMENT.md b/docs/RELEASE_MANAGEMENT.md index 7623c0e5f5..23013ce9f7 100644 --- a/docs/RELEASE_MANAGEMENT.md +++ b/docs/RELEASE_MANAGEMENT.md @@ -2,13 +2,9 @@ ## Apple AppStore -### Upload metadata to AppStore +### Upload metadata and screenshots to AppStore -Use [GitHub Actions](../.github/workflows/ios-release-metadata.yaml). - -### Upload screenshots to AppStore - -Use [GitHub Actions](../.github/workflows/ios-release-screenshots.yaml). +Use [GitHub Actions](../.github/workflows/ios-release.yaml). ### Checking metadata diff --git a/docs/TRANSLATIONS.md b/docs/TRANSLATIONS.md index e88fe47e6e..f0fb497810 100644 --- a/docs/TRANSLATIONS.md +++ b/docs/TRANSLATIONS.md @@ -25,7 +25,7 @@ Main: Additional: - Text-to-speech strings for navigation: [`data/strings/sound.txt`](../data/strings/sound.txt) -- Android stores description: [`android/src/google/play/listings/`](../android/src/google/play/listings/) +- Android stores description: [`android/src/google/play/`](../android/src/google/play/) - Apple AppStore description: [`iphone/metadata/`](../iphone/metadata/) - Popular brands of map features: [`data/strings/brands_strings.txt`](../data/strings/brands_strings.txt)