Anant-Macedonia / anantMK

Wordpress Headless with Next.js
https://anant-mk-five.vercel.app/
0 stars 1 forks source link

Hyperlink named "go here" responds with error message #68

Open StojanJovanov opened 1 year ago

StojanJovanov commented 1 year ago

Steps to reproduce:

1)Navigate to the following page: https://planetcassandra.org/ 2)Click at "Resources" button at the top of the page 3)Click at the hyperlink named "celery.backends.cassandra — Celery 5.2.7 documentation" 4)After you are navigated at the following page https://planetcassandra.org/leaf/celery-backends-cassandra-celery-5-2-7-documentation/ click "go here" at the hyperlink at the first sentence.

Actual Results:

Error message is shown

Expected Results:

The hyperlink should transfer me to the documentation browsed

Environment

OS: Windows 10 Pro 64-bit Browser: Brave[Version 1.52.122 Chromium: 114.0.5735.110 (Official Build) (64-bit)]

Image

This report is valid if the owner is allowing to share the documentation.

JovanTanchevski commented 1 year ago

After inspecting this issue, It seems that the go here button which leads to this link is not available anymore. However this go here button which leads to that site is part of the HTMLContent data that we get from the back-end data so we simply can not change it from here.