Parcourir la source

Update AddNewProduct.md (#11207)

Paul Beusterien il y a 2 ans
Parent
commit
3590ebb059
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      docs/AddNewProduct.md

+ 2 - 2
docs/AddNewProduct.md

@@ -13,8 +13,8 @@ implementations should be implemented in Swift. If Objective C API support is re
 be implemented via the Swift `@objc` attribute. Consult with iCore and product management about
 the requirement itself.
 
-Apple and others provide many great guides for Swift programming. Googlers, see also this [2022
-presentation](go/swift-sdks-2022).
+Apple and others provide many great guides for Swift programming. Googlers, see also
+[go/swift-sdks-2022](http://go/swift-sdks-2022).
 
 Existing Firebase Swift implementations can be helpful. However, note that they are mostly
 Objective C ports and do not take advantage of Swift features like structs, default arguments, and