Skip to content

Commit 5972bec

Browse files
DOCSP-48446-fix-404-urls (#691)
1 parent 16ba7a8 commit 5972bec

File tree

3 files changed

+4
-28
lines changed

3 files changed

+4
-28
lines changed

source/embed-chart-stitch-auth.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ MongoDB offers a pre-built example app that shows how to use the
7171
Embedding SDK to display an embedded chart using {+app-services+} authentication.
7272

7373
Clone the :github:`GitHub repository
74-
</mongodb-js/charts-embed-sdk/tree/master/examples/charts/authenticated-realm>` and
74+
</mongodb-js/charts-embed-sdk/tree/master/examples/charts/authenticated-realm-web>` and
7575
follow the instructions in the ``Readme`` file to begin using the app.
7676
You can run the app as-is, or you can customize it to use the chart you
7777
created earlier.

source/includes/steps-enable-embedding-iframe-verified.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
Generating a verified signature to accompany data requests from
5757
shared charts with authentication enabled requires server-side
5858
code. The verified signature creates a payload by generating a
59-
:wikipedia:`HMAC </HMAC>` from your embedding key, a timestamp,
59+
:wikipedia:`HMAC <HMAC>` from your embedding key, a timestamp,
6060
and identifying data from your chart. The verified signature is
6161
valid for a limited time period specified in your server-side
6262
code.

source/third-party-licenses.txt

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -44,31 +44,7 @@ The following lists the third-party TopoJSON shape schemes used in
4444
does not constitute an endorsement by Statistics Canada of this
4545
product.
4646

47-
* - `US, Germany, World <https://github.com/deldersveld/topojson>`__
48-
- MIT License
49-
50-
Copyright (c) 2016
51-
52-
Permission is hereby granted, free of charge, to any person
53-
obtaining a copy of this software and associated documentation
54-
files (the "Software"), to deal in the Software without
55-
restriction, including without limitation the rights to use,
56-
copy, modify, merge, publish, distribute, sublicense, and/or
57-
sell copies of the Software, and to permit
58-
59-
persons to whom the Software is furnished to do so, subject to
60-
the following conditions:
61-
62-
The above copyright notice and this permission notice shall be
63-
included in all copies or substantial portions of the Software.
64-
65-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
66-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
67-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
68-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
69-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
70-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
71-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
72-
OTHER DEALINGS IN THE SOFTWARE.
47+
* - `US, Germany, World <https://www.npmjs.com/package/topojson-client/v/3.1.0>`__
48+
- Copyright 2012-2019 Michael Bostock Copyright 2019 Mike Bostock
7349

7450

0 commit comments

Comments
 (0)