Skip to content

Commit

Permalink
Update x-pack/plugins/snapshot_restore/public/application/lib/type_to…
Browse files Browse the repository at this point in the history
…_doc_url.ts

Co-authored-by: Alison Goryachev <alisonmllr20@gmail.com>
  • Loading branch information
lcawl and alisonelizabeth authored Feb 19, 2021
1 parent 7d7eecd commit ce26b3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { REPOSITORY_TYPES } from '../../../common';
export const getRepositoryTypeDocUrl = (docLinks: DocLinksStart, type: RepositoryType) => {
switch (type) {
case REPOSITORY_TYPES.fs:
return `${docLinks.links.snapshotRestore.registerSharedFileSystem}`;
return docLinks.links.snapshotRestore.registerSharedFileSystem;
case REPOSITORY_TYPES.url:
return `${docLinks.links.snapshotRestore.registerUrl}`;
case REPOSITORY_TYPES.source:
Expand Down

0 comments on commit ce26b3f

Please sign in to comment.