Skip to content

Commit ff2e4e1

Browse files
Merge pull request #5092 from segmentio/analytics-swift-firebase-link-fix
Fixing link formatting on analytics-swift-firebase-plugin page
2 parents 1c65f4e + b5aaa30 commit ff2e4e1

File tree

1 file changed

+4
-2
lines changed
  • src/connections/sources/catalog/libraries/mobile/apple/destination-plugins

1 file changed

+4
-2
lines changed

src/connections/sources/catalog/libraries/mobile/apple/destination-plugins/firebase-swift.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ Firebase’s destination plugin code is open source and available on GitHub. You
1212
> the Firebase library itself will be installed as an additional dependency.
1313
1414
### through Xcode
15-
In the Xcode `File` menu, click `Add Packages`. You'll see a dialog where you can search for Swift packages. In the search field, enter the URL to this repository.
15+
In the Xcode `File` menu, click `Add Packages`. You'll see a dialog where you can search for Swift packages. In the search field, enter the URL to this repository:
1616

17-
https://github.com/segment-integrations/analytics-swift-firebase{:target="_blank"}
17+
```
18+
https://github.com/segment-integrations/analytics-swift-firebase
19+
```
1820

1921
You'll then have the option to pin to a version, or specific branch, as well as which project in your workspace to add it to. Once you've made your selections, click the `Add Package` button.
2022

0 commit comments

Comments
 (0)