You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,7 +169,7 @@ There are only a few fundamentals that are helpful to know when developing again
169
169
* Unless explicitly stated, calls are synchronous and must be taken off of the main thread.
170
170
* Unless explicitly stated, calls can always throw an AmazonServiceException or an AmazonClientException (depending on if the exception is generated by the client or the service).
171
171
* The SDK will handle re-trying requests automatically, but unless explicitly stated will throw an exception if it cannot contact AWS.
172
-
* We are always looking to help, please feel free to contact us on our [forum](https://forums.aws.amazon.com/forum.jspa?forumID=88).
172
+
* We are always looking to help, please feel free to open an [issue](https://github.com/aws/aws-sdk-android/issues).
0 commit comments