[
https://issues.apache.org/jira/browse/GEODE-6816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17315111#comment-17315111
]
ASF subversion and git services commented on GEODE-6816:
--------------------------------------------------------
Commit 5e0111989d3ddc9dccfacece041c69ac63959f7c in geode-native's branch
refs/heads/support/1.14 from Dave Barnes
[ https://gitbox.apache.org/repos/asf?p=geode-native.git;h=5e01119 ]
GEODE-6816: geode-native userguide: fix broken api links (#781)
> Geode Native Client user guide: Broken links to API docs
> --------------------------------------------------------
>
> Key: GEODE-6816
> URL: https://issues.apache.org/jira/browse/GEODE-6816
> Project: Geode
> Issue Type: Bug
> Components: docs, native client
> Reporter: Dave Barnes
> Assignee: Dave Barnes
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.14.0, 1.15.0
>
>
> The page "Configuring the Client Cache"
> ([https://geode.apache.org/docs/geode-native/19/configuring/config-client-cache.html])
> contains two links to the API docs, one for C++, one for .NET. The links
> don't connect.
> Fix likely involves two parts:
> # Link targets in the page source need to be given a recognizable,
> substitutable form, e.g. "cppdocs" should be "/cppdocs".
> # The .htaccess file in the `geode-site` repo needs to pick up on this
> notation and substitute the correct paths, which are:
> [https://geode.apache.org/releases/latest/cppdocs/index.html], and
> [https://geode.apache.org/releases/latest/dotnetdocs/index.html]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)