質問編集履歴
1
例示ドメインに変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
|
11
11
|
```html
|
12
12
|
|
13
|
-
<a href="https://
|
13
|
+
<a href="https://example.com/brother.php">リンク</a>
|
14
14
|
|
15
15
|
<a href="brother.php">リンク2</a>
|
16
16
|
|
@@ -28,4 +28,4 @@
|
|
28
28
|
|
29
29
|
また相対パス指定の場合のプロトコルは、現在表示させているページのプロトコルと同じでしょうか。
|
30
30
|
|
31
|
-
例えばURL:http://
|
31
|
+
例えばURL:http://example.com/index.phpにアクセスして表示されるページにあるリンク(相対パス)をクリックした場合はhttp、https://example.com/index.phpであればhttpsが使われる認識でよろしいでしょうか。
|