소스 검색

Point the error link to our now-hosted docs

default_compile_flags
vector-of-bool 4 년 전
부모
커밋
c397e07996
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/dds/error/errors.cpp

+ 1
- 1
src/dds/error/errors.cpp 파일 보기

@@ -7,7 +7,7 @@ using namespace dds;

namespace {

std::string error_url_prefix = "http://localhost:3000/err/";
std::string error_url_prefix = "https://vector-of-bool.github.io/docs/dds/err/";

std::string error_url_suffix(dds::errc ec) noexcept {
switch (ec) {

Loading…
취소
저장