tonystone / tracelog

TraceLog is a highly configurable, flexible, portable, and simple to use debug logging system for Swift and Objective-C applications running on Linux, macOS, iOS, watchOS, and tvOS.
https://tonystone.io/tracelog
Apache License 2.0
53 stars 15 forks source link

Fixed broken link in README. #98

Closed appsandwich closed 5 years ago

appsandwich commented 5 years ago

Fixed the broken Quick Start Guide link under the Installation (CocoaPods) section.

Description

Changed the link from Quick Start Guide to quick-start-guide.

Motivation and Context

Fixes broken docs, massively reducing confusion! ;)

How Has This Been Tested?

Forked and confirmed that the link works.

Checklist:

For all changes:

For code changes:

For documentation related changes:

Note:

Please ensure that once the PR is submitted, you check travis-ci for build issues and submit an update to your PR as soon as possible.

codecov[bot] commented 5 years ago

Codecov Report

Merging #98 into master will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #98   +/-   ##
=======================================
  Coverage   99.74%   99.74%           
=======================================
  Files          27       27           
  Lines         787      787           
=======================================
  Hits          785      785           
  Misses          2        2