File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments