This is an automated email from the ASF dual-hosted git repository. dbarnes pushed a commit to branch origin/release/1.8 in repository https://gitbox.apache.org/repos/asf/geode-native.git
commit 0328a9b007c1332d3b4151666d3411028e4099db Author: Dave Barnes <[email protected]> AuthorDate: Mon Jan 7 16:12:05 2019 -0800 Repair some bad links --- docs/geode-native-book/redirects.rb | 8 ++++---- docs/geode-native-docs/configuring/sysprops.html.md.erb | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/geode-native-book/redirects.rb b/docs/geode-native-book/redirects.rb index 6031a71..88dd2ea 100644 --- a/docs/geode-native-book/redirects.rb +++ b/docs/geode-native-book/redirects.rb @@ -5,7 +5,7 @@ #(the "License"); you may not use this file except in compliance with #the License. You may obtain a copy of the License at # -#http://www.apache.org/licenses/LICENSE-2.0 +#https://www.apache.org/licenses/LICENSE-2.0 # #Unless required by applicable law or agreed to in writing, software #distributed under the License is distributed on an "AS IS" BASIS, @@ -14,10 +14,10 @@ #permissions and limitations under the License. # Links to API Documentation # -r301 %r{/releases/latest/javadoc/(.*)}, 'http://geode.apache.org/releases/latest/javadoc/$1' +r301 %r{/releases/latest/javadoc/(.*)}, 'https://geode.apache.org/releases/latest/javadoc/$1' # Links to User Guides # rewrite '/', '/docs/geode-native/18/about-client-users-guide.html' rewrite '/index.html', '/docs/geode-native/18/about-client-users-guide.html' -r301 %r{/serverman/(.*)}, 'http://geode.apache.org/docs/guide/18/$1' -r301 %r{/geodeman/(.*)}, 'http://geode.apache.org/docs/guide/18/$1' +r301 %r{/serverman/(.*)}, 'https://geode.apache.org/docs/guide/18/$1' +r301 %r{/geodeman/(.*)}, 'https://geode.apache.org/docs/guide/18/$1' diff --git a/docs/geode-native-docs/configuring/sysprops.html.md.erb b/docs/geode-native-docs/configuring/sysprops.html.md.erb index d563dea..890c7e6 100644 --- a/docs/geode-native-docs/configuring/sysprops.html.md.erb +++ b/docs/geode-native-docs/configuring/sysprops.html.md.erb @@ -50,7 +50,7 @@ The following tables list attributes that can be specified programmatically or s <td>cache-xml-file</td> <td>Name and path of the file whose contents are used by default to configure a cache if one is created. If not specified, the client starts with an empty cache, which is populated at run time. -<p>See <a href="../cache-init-file/chapter-overview.html#chapter-overview">Cache Initialization File</a> for more information on the cache initialization file.</p></td> +</td> <td>no default</td> </tr> <tr class="odd">
