Skip to content

Commit eeb304e

Browse files
algolia-botmillotp
andcommitted
docs: replace links for the new doc (generated)
algolia/api-clients-automation#5478 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent edbcdf8 commit eeb304e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

AlgoliaSearchClient.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
77
s.license = { :type => 'MIT', :file => 'LICENSE' }
88
s.homepage = 'https://github.com/algolia/algoliasearch-client-swift/tree/main'
99
s.summary = 'Algolia Search API Client written in Swift.'
10-
s.documentation_url = 'https://www.algolia.com/doc/api-client/getting-started/what-is-the-api-client/swift/'
10+
s.documentation_url = 'https://www.algolia.com/doc/libraries/sdk/install#swift'
1111
s.ios.deployment_target = '14.0'
1212
s.osx.deployment_target = '11.0'
1313
s.watchos.deployment_target = '7.0'
@@ -62,4 +62,4 @@ Pod::Spec.new do |s|
6262
subs.source_files = 'Sources/Search/**/*.swift'
6363
subs.dependency 'AlgoliaSearchClient/Core'
6464
end
65-
end
65+
end

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030

3131
<p align="center">
32-
<a href="https://www.algolia.com/doc/libraries/swift/" target="_blank">Documentation</a> •
32+
<a href="https://www.algolia.com/doc/libraries/sdk/install#swift" target="_blank">Documentation</a> •
3333
<a href="https://discourse.algolia.com" target="_blank">Community Forum</a> •
3434
<a href="http://stackoverflow.com/questions/tagged/algolia" target="_blank">Stack Overflow</a> •
3535
<a href="https://github.com/algolia/algoliasearch-client-swift/issues" target="_blank">Report a bug</a> •
@@ -132,7 +132,7 @@ let response: SearchResponses<Hit> = try await client
132132
))]))
133133
```
134134

135-
For full documentation, visit the **[Algolia Swift API Client](https://www.algolia.com/doc/libraries/swift/)**.
135+
For full documentation, visit the **[Algolia Swift API Client](https://www.algolia.com/doc/libraries/sdk/install#swift)**.
136136

137137
## Notes
138138

0 commit comments

Comments
 (0)