From 57f2dcaf39145610165f4c408ebff01bd0692672 Mon Sep 17 00:00:00 2001 From: Maciek Grzybowski Date: Tue, 31 Mar 2020 10:57:02 +0200 Subject: [PATCH] RUMM-291 Update README and broken link in `docs/` --- README.md | 7 +++---- docs/README.md | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3376adf0c4..60d3d4e4bc 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ # Datadog SDK for iOS -> Swift library to interact with Datadog. Supports iOS only. - -⚠️ This is an **alpha version** of the SDK and source breaking changes might be introduced in `1.0.0`. +> Swift and Objective-C libraries to interact with Datadog on iOS. ## Getting Started -TBD +See the dedicated [Datadog iOS log collection](https://docs.datadoghq.com/logs/log_collection/ios/?tab=us) documentation to learn how to send logs from your iOS application to Datadog. + ## Example Projects diff --git a/docs/README.md b/docs/README.md index 89c6b6478c..a33f661f8c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,4 +2,4 @@ Find in this folder dedicated documentation for: -* [Collecting and sending logs from your iOS application to Datadog](/log_collection.md). +* [Collecting and sending logs from your iOS application to Datadog](log_collection.md).