Change links inside plugins to correct url.
This commit is contained in:
AlexeyMatveev686
2023-09-27 11:43:57 +03:00
parent 7b9fdf3bef
commit 2bf2a2f752
3 changed files with 3 additions and 3 deletions

View File

@ -145,7 +145,7 @@
</div> </div>
<div id="main-container" style="width:100%; height:100%;margin:0;padding:0; display: flex; flex-direction: column;"> <div id="main-container" style="width:100%; height:100%;margin:0;padding:0; display: flex; flex-direction: column;">
<div id="api"> <div id="api">
<div style="margin: 12px"><span class="i18n">To use DeepL, subscribe to DeepL API plan in the official DeepL website. Copy the API key and insert it in the specified field.</span> <a target="_blank" href="https://github.com/ONLYOFFICE/plugin-deepl/tree/develop#configuration" class="i18n">Learn more here.</a></div> <div style="margin: 12px"><span class="i18n">To use DeepL, subscribe to DeepL API plan in the official DeepL website. Copy the API key and insert it in the specified field.</span> <a target="_blank" href="https://github.com/ONLYOFFICE/onlyoffice.github.io/tree/master/sdkjs-plugins/content/deepl#configuration" class="i18n">Learn more here.</a></div>
<div style="margin: 16px 0 4px 0; font-weight: normal !important;"> <div style="margin: 16px 0 4px 0; font-weight: normal !important;">
<label style="margin-left:12px;">API key</label> <label style="margin-left:12px;">API key</label>
</div> </div>

View File

@ -33,7 +33,7 @@
</head> </head>
<body> <body>
<div id="configState" style="margin: 12px;"> <div id="configState" style="margin: 12px;">
<div><span>To use EasyBib, register this editor as an app. Copy the link and insert it as Redirect URL in the form that will be opened.</span> <a target="_blank" href="https://github.com/ONLYOFFICE/plugin-mendeley/tree/master#configuration">Learn more here.</a></div> <div><span>To use EasyBib, register this editor as an app. Copy the link and insert it as Redirect URL in the form that will be opened.</span> <a target="_blank" href="https://github.com/ONLYOFFICE/onlyoffice.github.io/tree/master/sdkjs-plugins/content/easybib#configuration">Learn more here.</a></div>
<input id="redirectConfig" style="width: 100%; margin-top: 8px;" readonly class="form-control" /> <input id="redirectConfig" style="width: 100%; margin-top: 8px;" readonly class="form-control" />
<div id="redirectUrlCopy" style="margin: 15px 0 15px 0; display: flex; align-items: center; justify-content: center;" class="btn-text-default">Copy Link and Open Form</div> <div id="redirectUrlCopy" style="margin: 15px 0 15px 0; display: flex; align-items: center; justify-content: center;" class="btn-text-default">Copy Link and Open Form</div>
<div>In the form, enter any application name and description, accept Terms and Conditions and generate a secret. Enter Application ID below and save it.</div> <div>In the form, enter any application name and description, accept Terms and Conditions and generate a secret. Enter Application ID below and save it.</div>

View File

@ -28,7 +28,7 @@
<body id="body"> <body id="body">
<div id="main-container"> <div id="main-container">
<div id="configState" style="margin: 12px;"> <div id="configState" style="margin: 12px;">
<div><span>To use Wordpress, register this editor as an app. Copy the link and insert it as Redirect URL in the form that will be opened.</span> <a target="_blank" href="https://github.com/ONLYOFFICE/plugin-wordpress/tree/develop#configuration">Learn more here.</a></div> <div><span>To use Wordpress, register this editor as an app. Copy the link and insert it as Redirect URL in the form that will be opened.</span> <a target="_blank" href="https://github.com/ONLYOFFICE/onlyoffice.github.io/tree/master/sdkjs-plugins/content/wordpress#configuration">Learn more here.</a></div>
<input id="redirectConfig" style="width: 100%; margin-top: 8px;" readonly class="form-control" /> <input id="redirectConfig" style="width: 100%; margin-top: 8px;" readonly class="form-control" />
<div id="redirectUrlCopy" style="margin: 15px 0 15px 0; display: flex; align-items: center; justify-content: center;" class="noselect btn-text-default">Copy Link and Open Form</div> <div id="redirectUrlCopy" style="margin: 15px 0 15px 0; display: flex; align-items: center; justify-content: center;" class="noselect btn-text-default">Copy Link and Open Form</div>
<div>In the form, enter any application name and description, accept Terms and Conditions and generate a secret. Enter Application ID below and save it.</div> <div>In the form, enter any application name and description, accept Terms and Conditions and generate a secret. Enter Application ID below and save it.</div>