Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DAOS-9355 doc: switch doc URLs to https #9428

Merged
merged 1 commit into from
Jun 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions docs/admin/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions docs/dev/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/overview/fault.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions docs/overview/terminology.md
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand All @@ -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|
Expand Down