From 01548e856f254f8e27ad9dad4765bf9bad72e38e Mon Sep 17 00:00:00 2001 From: tly6 <tly6@uw.edu> Date: Mon, 12 Feb 2024 00:46:37 -0800 Subject: [PATCH] Fixed Product.java --- Product.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Product.java b/Product.java index c47df1a..7b5a9ec 100644 --- a/Product.java +++ b/Product.java @@ -41,7 +41,7 @@ public class Product { return new Product( "Intel Core i9 14900K", "Great Performance in creative apps", - "Intel-CoreI9.jpeg", + "/homes/iws/tly6/391/hw5/faang/images/products/Intel-CoreI9.jpeg", "Picture of Intel Processor", 589.00 ); -- GitLab