diff --git a/examples/huge-response/README.md b/examples/huge-response/README.md deleted file mode 100644 index 84c2fafe..00000000 --- a/examples/huge-response/README.md +++ /dev/null @@ -1 +0,0 @@ -See detailed tutorial at https://mongoose.ws/tutorials/huge-response/ diff --git a/examples/huge-response/mongoose.c b/examples/huge-response/mongoose.c deleted file mode 120000 index 8ef6e62d..00000000 --- a/examples/huge-response/mongoose.c +++ /dev/null @@ -1 +0,0 @@ -../../mongoose.c \ No newline at end of file diff --git a/examples/huge-response/mongoose.h b/examples/huge-response/mongoose.h deleted file mode 120000 index 488ef358..00000000 --- a/examples/huge-response/mongoose.h +++ /dev/null @@ -1 +0,0 @@ -../../mongoose.h \ No newline at end of file diff --git a/examples/video-stream/README.md b/examples/video-stream/README.md deleted file mode 100644 index d89ca7e2..00000000 --- a/examples/video-stream/README.md +++ /dev/null @@ -1 +0,0 @@ -See detailed tutorial at https://mongoose.ws/tutorials/video-stream/ diff --git a/examples/video-stream/mongoose.c b/examples/video-stream/mongoose.c deleted file mode 120000 index 8ef6e62d..00000000 --- a/examples/video-stream/mongoose.c +++ /dev/null @@ -1 +0,0 @@ -../../mongoose.c \ No newline at end of file diff --git a/examples/video-stream/mongoose.h b/examples/video-stream/mongoose.h deleted file mode 120000 index 488ef358..00000000 --- a/examples/video-stream/mongoose.h +++ /dev/null @@ -1 +0,0 @@ -../../mongoose.h \ No newline at end of file diff --git a/tutorials/http/http-restful-server/README.md b/tutorials/http/http-restful-server/README.md index 27450eff..889ab496 100644 --- a/tutorials/http/http-restful-server/README.md +++ b/tutorials/http/http-restful-server/README.md @@ -1 +1 @@ -See detailed tutorial at https://mongoose.ws/tutorials/http-server/ +See detailed tutorial at https://mongoose.ws/tutorials/http/http-server/ diff --git a/tutorials/http/http-server/README.md b/tutorials/http/http-server/README.md index 27450eff..889ab496 100644 --- a/tutorials/http/http-server/README.md +++ b/tutorials/http/http-server/README.md @@ -1 +1 @@ -See detailed tutorial at https://mongoose.ws/tutorials/http-server/ +See detailed tutorial at https://mongoose.ws/tutorials/http/http-server/ diff --git a/examples/huge-response/Makefile b/tutorials/http/huge-response/Makefile similarity index 100% rename from examples/huge-response/Makefile rename to tutorials/http/huge-response/Makefile diff --git a/tutorials/http/huge-response/README.md b/tutorials/http/huge-response/README.md new file mode 100644 index 00000000..f27d6408 --- /dev/null +++ b/tutorials/http/huge-response/README.md @@ -0,0 +1 @@ +See detailed tutorial at https://mongoose.ws/tutorials/http/huge-response/ diff --git a/examples/huge-response/main.c b/tutorials/http/huge-response/main.c similarity index 100% rename from examples/huge-response/main.c rename to tutorials/http/huge-response/main.c diff --git a/tutorials/http/huge-response/mongoose.c b/tutorials/http/huge-response/mongoose.c new file mode 120000 index 00000000..5e522bbc --- /dev/null +++ b/tutorials/http/huge-response/mongoose.c @@ -0,0 +1 @@ +../../../mongoose.c \ No newline at end of file diff --git a/tutorials/http/huge-response/mongoose.h b/tutorials/http/huge-response/mongoose.h new file mode 120000 index 00000000..ee4ac823 --- /dev/null +++ b/tutorials/http/huge-response/mongoose.h @@ -0,0 +1 @@ +../../../mongoose.h \ No newline at end of file diff --git a/examples/huge-response/web_root/index.html b/tutorials/http/huge-response/web_root/index.html similarity index 100% rename from examples/huge-response/web_root/index.html rename to tutorials/http/huge-response/web_root/index.html diff --git a/examples/video-stream/Makefile b/tutorials/http/video-stream/Makefile similarity index 100% rename from examples/video-stream/Makefile rename to tutorials/http/video-stream/Makefile diff --git a/tutorials/http/video-stream/README.md b/tutorials/http/video-stream/README.md new file mode 100644 index 00000000..ab1c9c89 --- /dev/null +++ b/tutorials/http/video-stream/README.md @@ -0,0 +1 @@ +See detailed tutorial at https://mongoose.ws/tutorials/http/video-stream/ diff --git a/examples/video-stream/images/1.jpg b/tutorials/http/video-stream/images/1.jpg similarity index 100% rename from examples/video-stream/images/1.jpg rename to tutorials/http/video-stream/images/1.jpg diff --git a/examples/video-stream/images/2.jpg b/tutorials/http/video-stream/images/2.jpg similarity index 100% rename from examples/video-stream/images/2.jpg rename to tutorials/http/video-stream/images/2.jpg diff --git a/examples/video-stream/images/3.jpg b/tutorials/http/video-stream/images/3.jpg similarity index 100% rename from examples/video-stream/images/3.jpg rename to tutorials/http/video-stream/images/3.jpg diff --git a/examples/video-stream/images/4.jpg b/tutorials/http/video-stream/images/4.jpg similarity index 100% rename from examples/video-stream/images/4.jpg rename to tutorials/http/video-stream/images/4.jpg diff --git a/examples/video-stream/images/5.jpg b/tutorials/http/video-stream/images/5.jpg similarity index 100% rename from examples/video-stream/images/5.jpg rename to tutorials/http/video-stream/images/5.jpg diff --git a/examples/video-stream/images/6.jpg b/tutorials/http/video-stream/images/6.jpg similarity index 100% rename from examples/video-stream/images/6.jpg rename to tutorials/http/video-stream/images/6.jpg diff --git a/examples/video-stream/main.c b/tutorials/http/video-stream/main.c similarity index 100% rename from examples/video-stream/main.c rename to tutorials/http/video-stream/main.c diff --git a/tutorials/http/video-stream/mongoose.c b/tutorials/http/video-stream/mongoose.c new file mode 120000 index 00000000..5e522bbc --- /dev/null +++ b/tutorials/http/video-stream/mongoose.c @@ -0,0 +1 @@ +../../../mongoose.c \ No newline at end of file diff --git a/tutorials/http/video-stream/mongoose.h b/tutorials/http/video-stream/mongoose.h new file mode 120000 index 00000000..ee4ac823 --- /dev/null +++ b/tutorials/http/video-stream/mongoose.h @@ -0,0 +1 @@ +../../../mongoose.h \ No newline at end of file diff --git a/examples/video-stream/web_root/index.html b/tutorials/http/video-stream/web_root/index.html similarity index 100% rename from examples/video-stream/web_root/index.html rename to tutorials/http/video-stream/web_root/index.html