Skip to content

Commit

Permalink
apps/iotune: fix broken URL
Browse files Browse the repository at this point in the history
Signed-off-by: Takuya ASADA <[email protected]>
Message-Id: <[email protected]>
  • Loading branch information
syuu1228 authored and avikivity committed Mar 30, 2016
1 parent 79daf23 commit a5ffa58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/iotune/iotune.cc
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ int main(int ac, char** av) {

if (!filesystem_has_good_aio_support(directory, false)) {
std::cerr << "File system on " << directory << " is not qualified for seastar AIO;"
" see http://www.scylladb.com/kb/kb-fs-not-qualified-aio/ for details\n";
" see http://docs.scylladb.com/kb/kb-fs-not-qualified-aio/ for details\n";
return 1;
}
auto timeout = std::chrono::seconds(configuration["timeout"].as<uint64_t>());
Expand Down

0 comments on commit a5ffa58

Please sign in to comment.