Spaces:
Runtime error
Runtime error
Fixed anchor tag to UN HDI report
Browse files
app.R
CHANGED
@@ -178,7 +178,7 @@ ui <- fluidPage(
|
|
178 |
selected = 0
|
179 |
),
|
180 |
p("The data has been extracted from table 2 in the UN Human Development Report 2020 found at: ",
|
181 |
-
a("https://hdr.undp.org/system/files/documents
|
182 |
br(),
|
183 |
br(),
|
184 |
p("Feel free to visit me on ",
|
|
|
178 |
selected = 0
|
179 |
),
|
180 |
p("The data has been extracted from table 2 in the UN Human Development Report 2020 found at: ",
|
181 |
+
a("https://hdr.undp.org/system/files/documents/hdr2020.pdf")),
|
182 |
br(),
|
183 |
br(),
|
184 |
p("Feel free to visit me on ",
|