From eabd094d9c709ed48477a60be291ff72daa98267 Mon Sep 17 00:00:00 2001 From: Michael Hennecke Date: Mon, 20 Jun 2022 20:58:22 +0200 Subject: [PATCH] DAOS-9355 doc: switch doc URLs to https (#9428) switch doc URLs from http to https Signed-off-by: Michael Hennecke --- CONTRIBUTING.md | 2 +- README.md | 4 ++-- docs/admin/troubleshooting.md | 5 ++--- docs/dev/contributing.md | 4 ++-- docs/overview/fault.md | 2 +- docs/overview/terminology.md | 6 +++--- 6 files changed, 11 insertions(+), 12 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 32f83fa0f90..2b91c85f7c5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,7 @@ # Contributing to DAOS The guidelines for contributing to DAOS can be found in the -[Contribute](http://wiki.daos.io/spaces/DC/pages/4836655701/Coding+Rules) +[Contribute](https://wiki.daos.io/spaces/DC/pages/4836655701/Coding+Rules) section of the DAOS Community Wiki. ## Contacts diff --git a/README.md b/README.md index b3c2a315d59..663da905700 100644 --- a/README.md +++ b/README.md @@ -34,12 +34,12 @@ information. ## Documentation The DAOS documentation is available [online](https://docs.daos.io/latest). -More information can also be found on the [wiki](http://wiki.daos.io/). +More information can also be found on the [wiki](https://wiki.daos.io/). ## Contacts For any questions, please post to our [user forum](https://daos.groups.io/g/daos). -Bugs should be reported through our [issue tracker](http://jira.daos.io/) +Bugs should be reported through our [issue tracker](https://jira.daos.io/) with a test case to reproduce the issue (when applicable) and [debug logs](https://docs.daos.io/latest/admin/troubleshooting/). ## Community diff --git a/docs/admin/troubleshooting.md b/docs/admin/troubleshooting.md index 6bea255ddce..ef926aca7cf 100644 --- a/docs/admin/troubleshooting.md +++ b/docs/admin/troubleshooting.md @@ -961,8 +961,8 @@ server package e.g. 'rsyslog'. ## Bug Report -Bugs should be reported through our issue tracker[^1] with a test case -to reproduce the issue (when applicable) and debug logs. +Bugs should be reported through our [issue tracker](https://jira.daos.io/) +with a test case to reproduce the issue (when applicable) and debug logs. After creating a ticket, logs should be gathered from the locations described in the [Log Files](#log-files) section of this document and @@ -971,4 +971,3 @@ attached to the ticket. To avoid problems with attaching large files, please attach the logs in a compressed container format, such as .zip or .tar.bz2. -[^1]: http://jira.daos.io diff --git a/docs/dev/contributing.md b/docs/dev/contributing.md index 7dfa955998a..1e2463324a1 100644 --- a/docs/dev/contributing.md +++ b/docs/dev/contributing.md @@ -3,7 +3,7 @@ Your contributions are most welcome! There are several good ways to suggest new features, offer to add a feature, or just begin a dialog about DAOS: -- Open an issue in [jira](http://jira.daos.io) +- Open an issue in [jira](https://jira.daos.io/) - Suggest a feature, ask a question, start a discussion, etc. in our [community mailing list](https://daos.groups.io/g/daos) - Chat with members of the DAOS community real-time on [slack](https://daos-stack.slack.com/). @@ -12,7 +12,7 @@ features, offer to add a feature, or just begin a dialog about DAOS: ## Coding Rules -Please check the [coding conventions](http://wiki.daos.io/spaces/DC/pages/4836655701/Coding+Rules) +Please check the [coding conventions](https://wiki.daos.io/spaces/DC/pages/4836655701/Coding+Rules) for code contribution. ## Commit Comments diff --git a/docs/overview/fault.md b/docs/overview/fault.md index c5455c273ba..ace9f845bad 100644 --- a/docs/overview/fault.md +++ b/docs/overview/fault.md @@ -29,7 +29,7 @@ the selected object class. ## Fault Detection DAOS engines are monitored within a DAOS system through a gossip-based protocol -called [SWIM](http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=1028914) +called [SWIM](https://doi.org/10.1109/DSN.2002.1028914) that provides accurate, efficient, and scalable fault detection. Storage attached to each DAOS target is monitored through periodic local health assessment. Whenever a local storage I/O error is returned to the diff --git a/docs/overview/terminology.md b/docs/overview/terminology.md index 0f2b3783f88..7570322ac34 100644 --- a/docs/overview/terminology.md +++ b/docs/overview/terminology.md @@ -13,11 +13,11 @@ |COTS|Commercial off-the-shelf| |CPU|Central Processing Unit| |Daemon|A process offering system-level resources.| -|[DAOS](http://www.daos.io)|Distributed Asynchronous Object Storage | +|[DAOS](https://docs.daos.io/)|Distributed Asynchronous Object Storage | |PMEM|Intel Optane Persistent Memory| |DPDK|Data Plane Development Kit| |dRPC|DAOS Remote Procedure Call| -|[gRPC](https://grpc.io)|gRPC Remote Procedure Calls| +|[gRPC](https://grpc.io/)|gRPC Remote Procedure Calls| |GURT|A common library of Gurt Useful Routines and Types| |[HLC](https://cse.buffalo.edu/tech-reports/2014-04.pdf)|Hybrid Logical Clock| |HLD|High-level Design| @@ -42,7 +42,7 @@ |SCM|Storage-Class Memory| |[SPDK](https://spdk.io/)|Storage Performance Development Kit| |SSD|Solid State Drive| -|[SWIM](http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=1028914)|Scalable Weakly-consistent Infection-style process group Membership Protocol| +|[SWIM](https://doi.org/10.1109/DSN.2002.1028914)|Scalable Weakly-consistent Infection-style process group Membership Protocol| |[ULT](https://github.com/pmodels/argobots/wiki/User-level-Thread-(ULT))|User Level Thread| |UPI|Intel Ultra Path Interconnect| |UUID|Universal Unique Identifier|