Skip to content
#

i18next

Here are 463 public repositories matching this topic...

website
siriak
siriak commented Nov 24, 2021

Description of the bug

Description
Code implementation links of algorithms when opened are giving 404 errors. I observed such behavior for Bubble sort.

Actual behavior

  1. Go to https://the-algorithms.com/algorithm/bubble-sort
  2. Scroll down to Code Implementation links
  3. Click on Java

Actual behavior
4. See Github 404 page (the link is https://github.com/TheAlgorithms/Java/blob/ma

bug good first issue
Stewiey
Stewiey commented Oct 30, 2020

hey, first of all i'd like to mention that I'm not using graphql at all in my project.

I'm creating my pages with createPages (in gatsby-node.js), everything works just fine beside the page that needs extra prop from the slug,

here how i create it

createPages({
    path: '/item',
    matchPath: '/item/:itemId',
    component: path.resolve('./src/pages/ShowItem.js'),
    context: {}
bug good first issue help wanted

Improve this page

Add a description, image, and links to the i18next topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the i18next topic, visit your repo's landing page and select "manage topics."

Learn more