From 5f2cf2eedf749b5b7edd462b17592d860745d615 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Thu, 26 Oct 2023 00:50:48 -0400 Subject: [PATCH] adding URL examples --- hws/07_search_engine/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/hws/07_search_engine/README.md b/hws/07_search_engine/README.md index 5a527d2..11b26a8 100644 --- a/hws/07_search_engine/README.md +++ b/hws/07_search_engine/README.md @@ -219,7 +219,13 @@ In all HTML files we provide, in the <head> section of the HTML, we have a ### The URL -This portion will be different from what Google shows, as our search is limited to the [html_files](html_files) folder, the URL we present will just be a path within this folder. +This portion will be different from what Google shows, as our search is limited to the [html_files](html_files) folder, the URL we present will just be a path within this folder. Here are some example URLs we use in this assignment: + +```plaintext +html_files/file1.html +html_files/subdir1/subdir2/file7.html +html_files/subdir1/subdir2/subdir3/subdir4/file13.html +``` ### The Description