Fossil SCM
URL fixes in recent sync.wiki edit
Commit
6fd7e00d55cdf42114d6da1875c7722b62fa03a7d2547847e2963bfacac764ca
Parent
e57613dc4913fea…
1 file changed
+2
-2
+2
-2
| --- www/sync.wiki | ||
| +++ www/sync.wiki | ||
| @@ -238,11 +238,11 @@ | ||
| 238 | 238 | <h4>3.3.1 Ordinary File Cards</h4> |
| 239 | 239 | |
| 240 | 240 | For sync protocols, artifacts are transferred using "file" |
| 241 | 241 | cards. File cards come in two different formats depending |
| 242 | 242 | on whether the artifact is sent directly or as a |
| 243 | -[../delta_format.wiki|delta] from some | |
| 243 | +[./delta_format.wiki|delta] from some | |
| 244 | 244 | other artifact. |
| 245 | 245 | |
| 246 | 246 | <blockquote> |
| 247 | 247 | <b>file</b> <i>artifact-id size</i> <b>\n</b> <i>content</i><br> |
| 248 | 248 | <b>file</b> <i>artifact-id delta-artifact-id size</i> <b>\n</b> <i>content</i> |
| @@ -261,11 +261,11 @@ | ||
| 261 | 261 | The last argument of the file card is the number of bytes of |
| 262 | 262 | payload that immediately follow the file card. If the file |
| 263 | 263 | card has only two arguments, that means the payload is the |
| 264 | 264 | complete content of the artifact. If the file card has three |
| 265 | 265 | arguments, then the payload is a |
| 266 | -[../delta_format.wiki|delta] and second argument is | |
| 266 | +[./delta_format.wiki|delta] and the second argument is | |
| 267 | 267 | the ID of another artifact that is the source of the delta. |
| 268 | 268 | |
| 269 | 269 | File cards are sent in both directions: client to server and |
| 270 | 270 | server to client. A delta might be sent before the source of |
| 271 | 271 | the delta, so both client and server should remember deltas |
| 272 | 272 |
| --- www/sync.wiki | |
| +++ www/sync.wiki | |
| @@ -238,11 +238,11 @@ | |
| 238 | <h4>3.3.1 Ordinary File Cards</h4> |
| 239 | |
| 240 | For sync protocols, artifacts are transferred using "file" |
| 241 | cards. File cards come in two different formats depending |
| 242 | on whether the artifact is sent directly or as a |
| 243 | [../delta_format.wiki|delta] from some |
| 244 | other artifact. |
| 245 | |
| 246 | <blockquote> |
| 247 | <b>file</b> <i>artifact-id size</i> <b>\n</b> <i>content</i><br> |
| 248 | <b>file</b> <i>artifact-id delta-artifact-id size</i> <b>\n</b> <i>content</i> |
| @@ -261,11 +261,11 @@ | |
| 261 | The last argument of the file card is the number of bytes of |
| 262 | payload that immediately follow the file card. If the file |
| 263 | card has only two arguments, that means the payload is the |
| 264 | complete content of the artifact. If the file card has three |
| 265 | arguments, then the payload is a |
| 266 | [../delta_format.wiki|delta] and second argument is |
| 267 | the ID of another artifact that is the source of the delta. |
| 268 | |
| 269 | File cards are sent in both directions: client to server and |
| 270 | server to client. A delta might be sent before the source of |
| 271 | the delta, so both client and server should remember deltas |
| 272 |
| --- www/sync.wiki | |
| +++ www/sync.wiki | |
| @@ -238,11 +238,11 @@ | |
| 238 | <h4>3.3.1 Ordinary File Cards</h4> |
| 239 | |
| 240 | For sync protocols, artifacts are transferred using "file" |
| 241 | cards. File cards come in two different formats depending |
| 242 | on whether the artifact is sent directly or as a |
| 243 | [./delta_format.wiki|delta] from some |
| 244 | other artifact. |
| 245 | |
| 246 | <blockquote> |
| 247 | <b>file</b> <i>artifact-id size</i> <b>\n</b> <i>content</i><br> |
| 248 | <b>file</b> <i>artifact-id delta-artifact-id size</i> <b>\n</b> <i>content</i> |
| @@ -261,11 +261,11 @@ | |
| 261 | The last argument of the file card is the number of bytes of |
| 262 | payload that immediately follow the file card. If the file |
| 263 | card has only two arguments, that means the payload is the |
| 264 | complete content of the artifact. If the file card has three |
| 265 | arguments, then the payload is a |
| 266 | [./delta_format.wiki|delta] and the second argument is |
| 267 | the ID of another artifact that is the source of the delta. |
| 268 | |
| 269 | File cards are sent in both directions: client to server and |
| 270 | server to client. A delta might be sent before the source of |
| 271 | the delta, so both client and server should remember deltas |
| 272 |