docs: use full links in README

Part of CRAN compliance
This commit is contained in:
Martin Chan 2021-01-25 17:41:11 +00:00
Родитель 305a494d3a
Коммит 7916f588a8
2 изменённых файлов: 6 добавлений и 5 удалений

Просмотреть файл

@ -21,3 +21,4 @@
^vignettes/Change-over-time.Rmd$
^vignettes/IV-report.Rmd$
^vignettes/text-mining-capabilities.Rmd$
^Meta$

Просмотреть файл

@ -1,4 +1,4 @@
# wpa <img src="man/figures/logo2.png" align="right" width=15% />
# wpa <img src="https://raw.githubusercontent.com/microsoft/wpa/main/man/figures/logo2.png" align="right" width=15% />
[![R build status](https://github.com/microsoft/wpa/workflows/R-CMD-check/badge.svg)](https://github.com/microsoft/wpa/actions) [![CodeFactor](https://www.codefactor.io/repository/github/microsoft/wpa/badge)](https://www.codefactor.io/repository/github/microsoft/wpa) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing)
@ -18,7 +18,7 @@ This is an R package for analyzing and visualizing data from [Microsoft Workplac
Here is an example of **wpa** in action:
<img src="man/figures/output2.gif" align="center" width=80% />
<img src="https://raw.githubusercontent.com/microsoft/wpa/main/man/figures/output2.gif" align="center" width=80% />
---
@ -40,16 +40,16 @@ Also check out our package cheat sheet for a quick glimpse of what **wpa** offer
We welcome contributions to the package!
### Contributing code
If you would like contribute code to the repo, please read our [Contributor Guide](CONTRIBUTING.md) and [Developer Guide](.github/developer_guide.md). This documentation should provide you all the information you will need to get started.
If you would like contribute code to the repo, please read our [Contributor Guide](https://microsoft.github.io/wpa/CONTRIBUTING.html) and [Developer Guide](https://microsoft.github.io/wpa/developer_guide.html). This documentation should provide you all the information you will need to get started.
### Issues or Feature Requests
If you would like to log an issue or submit a feature request, please create a new issue or comment on an existing issue on [GitHub Issues](https://github.com/microsoft/wpa/issues) on this repo.
### Reporting Security Issues
Please do not report security vulnerabilities through public GitHub issues. Please read our Security document [for more details](.github/reporting_security_issues.md).
Please do not report security vulnerabilities through public GitHub issues. Please read our Security document [for more details](https://microsoft.github.io/wpa/reporting_security_issues.html).
### Changelog
See [NEWS.md](NEWS.md) for the package changelog.
See [NEWS.md](https://microsoft.github.io/wpa/news/index.html) for the package changelog.
---