Преглед на файлове

Improved the manual test. [skip ci]

Kamil Piechaczek преди 5 години
родител
ревизия
53102e6470
променени са 2 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 2 2
      packages/ckeditor5-link/tests/manual/linkimage.html
  2. 1 1
      packages/ckeditor5-link/tests/manual/linkimage.md

+ 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.