Skip to content

Commit

Permalink
doc: pmem/issues/issues -> pmem/pmdk/issues
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinslusarz committed Nov 7, 2019
1 parent aeacd43 commit 043a0bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ of code and contributing it out of the blue.
There are several good ways to suggest new features, offer to add a feature,
or just begin a dialog about the Persistent Memory Development Kit:

* Open an issue in our [GitHub Issues Database](https://github.com/pmem/issues/issues)
* Open an issue in our [GitHub Issues Database](https://github.com/pmem/pmdk/issues)
* Suggest a feature, ask a question, start a discussion, etc. in our [pmem Google group](http://groups.google.com/group/pmem)
* Chat with members of the PMDK team real-time on the **#pmem** IRC channel on [OFTC](http://www.oftc.net)

Expand Down Expand Up @@ -102,14 +102,14 @@ for clang-format. The plugin installer can be downloaded from
[LLVM Builds](http://llvm.org/builds) page.

If you are actively working on an PMDK feature, please let other
developers know by [creating an issue](https://github.com/pmem/issues/issues).
developers know by [creating an issue](https://github.com/pmem/pmdk/issues).
Use the template `Feature` and assign it to yourself (due to the way
GitHub permissions work, you may have to ask a team member to assign it to you).

### Bug Reports

Bugs for the PMDK project are tracked in our
[GitHub Issues Database](https://github.com/pmem/issues/issues).
[GitHub Issues Database](https://github.com/pmem/pmdk/issues).

When reporting a new bug, please use `New issue` button, pick proper template and fill
in all fields. Provide as much information as possible, including the product version:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The **Persistent Memory Development Kit (PMDK)** is a collection of libraries an

To install PMDK libraries, either install pre-built packages, which we build for every stable release, or clone the tree and build it yourself. **Pre-built** packages can be found in popular Linux distribution package repositories, or you can check out our recent stable releases on our [github release page](https://github.com/pmem/pmdk/releases). Specific installation instructions are outlined below.

Bugs and feature requests for this repo are tracked in our [GitHub Issues Database](https://github.com/pmem/issues/issues).
Bugs and feature requests for this repo are tracked in our [GitHub Issues Database](https://github.com/pmem/pmdk/issues).

## Contents
1. [Libraries and Utilities](#libraries-and-utilities)
Expand Down Expand Up @@ -132,7 +132,7 @@ to disable this support by passing NDCTL_ENABLE=n to "make", but we strongly
discourage users from doing that. Disabling NDCTL strips PMDK from ability to
detect hardware failures, which may lead to silent data corruption.
For information how to disable RAS at runtime for kernels prior to 5.0.4 please
see https://github.com/pmem/issues/issues/1039.
see https://github.com/pmem/pmdk/issues/4207.

### Windows

Expand Down

0 comments on commit 043a0bf

Please sign in to comment.