8
0
Просмотр исходного кода

Improved the manual test. [skip ci]

Kamil Piechaczek 5 лет назад
Родитель
Сommit
53102e6470

+ 2 - 2
packages/ckeditor5-link/tests/manual/linkimage.html

@@ -1,11 +1,11 @@
 <div id="editor">
 	<figure class="image">
-		<a href="http://localhost">
+		<a href="https://cksource.com">
 			<img alt="bar" src="sample.jpg">
 		</a>
 		<figcaption>CKEditor logo - caption</figcaption>
 	</figure>
-	<a href="http://localhost">
+	<a href="https://cksource.com">
 		<img alt="bar" src="sample.jpg">
 	</a>
 </div>

+ 1 - 1
packages/ckeditor5-link/tests/manual/linkimage.md

@@ -1,3 +1,3 @@
 # Linking Image
 
-TODO.
+Both images should have defined the `linkHref` attribute.