Skip to content

Commit

Permalink
chore(docs):Update URLs and dead link (openebs#3154)
Browse files Browse the repository at this point in the history
Updated URLs to use https and fixed a broken link. 

Signed-off-by: Tomas N. <72177566+sabbatum@users.noreply.github.com>
  • Loading branch information
sabbatum authored Oct 9, 2020
1 parent 7d085dc commit 9dca8cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion community/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ We have a weekly or bi-weekly sync up over Google hangout or Zoom on sub project

### Monthly Product Roadmap Review Meetings

We have monthly meeting every first Tuesday at 9.30AM PT over [Zoom](https://zoom.us/j/93142650382). Map that to your local time with this [timezone table](http://www.thetimezoneconverter.com/?t=09:30&tz=PT%20%28Pacific%20Time%29).
We have monthly meeting every first Tuesday at 9:30AM PT over [Zoom](https://zoom.us/j/93142650382). Map that to your local time with this [timezone table](https://www.thetimezoneconverter.com/?t=09:30&tz=PT%20%28Pacific%20Time%29).

This meeting focuses on reviewing the [current roadmap](https://github.com/openebs/openebs/blob/master/ROADMAP.md) and direction of the project or general questions from the broader community.

Expand Down
2 changes: 1 addition & 1 deletion contribute/design/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ OpenEBS source code is spread across multiple repositories, organized either by

- [openebs/libcstor](https://github.com/openebs/libcstor) contains the cStor Replica functionality that makes use of uZFS - userspace ZFS to store the data on devices.
- [openebs/cstor](https://github.com/openebs/cstor) is a fork of [openzfs/zfs](https://github.com/openzfs/zfs) (License: CDDL). This fork contains the code that modifies ZFS to run in user space.
- [openebs/istgt](https://github.com/openebs/istgt) contains the iSCSI Target functionality used by cStor volumes. This work is derived from earlier work available as FreeBSD port at http://www.peach.ne.jp/archives/istgt/. The original work was licensed under BSD license.
- [openebs/istgt](https://github.com/openebs/istgt) contains the iSCSI Target functionality used by cStor volumes. This work is derived from earlier work available as FreeBSD port at http://www.peach.ne.jp/archives/istgt/ (archive link: https://web.archive.org/web/20190622064711/peach.ne.jp/archives/istgt/). The original work was licensed under BSD license.
- [openebs/cstor-csi](https://github.com/openebs/cstor-csi) is the CSI Driver for cStor Volumes. This will deprecate the external provisioners. Currently in beta. Dependencies are in: [go.mod](https://github.com/openebs/cstor-csi/blob/master/go.mod).
- [openebs/cstor-operators](https://github.com/openebs/cstor-operators) contain the Kubernetes custom resources and operators to manage cStor Pools volumes. Currently in beta and used by cStor CSI Driver. This will replace the volume management functionality offered by OpenEBS API Server. Dependencies are in: [go.mod](https://github.com/openebs/cstor-operators/blob/master/go.mod).

Expand Down
2 changes: 1 addition & 1 deletion contribute/git-commit-message.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Commit Message Guidelines for OpenEBS Projects

This document borrows concepts, conventions, and text mainly from the following sources, extending them in order to provide a sensible guideline for writing commit messages for OpenEBS projects.
- Tim Pope's [article](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) on readable commit messages
- Tim Pope's [article](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) on readable commit messages
- Thanks to @stephenparish https://gist.github.com/stephenparish/9941e89d80e2bc58a153
- Thanks to @abravalheri https://gist.github.com/abravalheri/34aeb7b18d61392251a2

Expand Down
2 changes: 1 addition & 1 deletion k8s/vagrant/CentOS_Vagrant.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,4 +346,4 @@ openebs-zk openebs.io/provisioner-iscsi
## Running Stateful Workloads using OpenEBS
- Some sample YAML files for stateful workloads using OpenEBS are provided [here](https://github.com/openebs/openebs/tree/master/k8s/demo).
- For more information visit [http://docs.openebs.io/](http://docs.openebs.io/).
- For more information visit [OpenEBS Documentation](https://docs.openebs.io/).

0 comments on commit 9dca8cc

Please sign in to comment.