From 27ab87570006a2448007621bfd9a471e6526c40b Mon Sep 17 00:00:00 2001 From: Shivam Sood <37545203+shivamsoods@users.noreply.github.com> Date: Wed, 27 Mar 2024 11:16:53 +0530 Subject: [PATCH] Update README.md Fixed broken links and added missing links --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ef0fbeb..07d1665 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # HyperLog Android [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://opensource.org/licenses/MIT) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -[ ![Download](https://api.bintray.com/packages/piyushgupta27/maven/hyperlog/images/download.svg) ](https://bintray.com/piyushgupta27/maven/hyperlog/_latestVersion) * [Overview](#overview) * [Log format](#log-format) @@ -104,7 +103,7 @@ File file = HyperLog.getDeviceLogsInFile(this); ``` ## Push Logs Files to Remote Server -Logs file can be pushed to your remote server or `RequestBin`(for testing) or to [`Logstash`](https://www.elastic.co/products/logstash). +Logs file can be pushed to your remote server or [`RequestBin`](https://requestb.in/)(for testing) or to [`Logstash`](https://www.elastic.co/products/logstash). **Steps:**